diff --git a/Classes/PFWebViewController.bundle/icon_read_back.png b/Classes/PFWebViewController.bundle/icon_read_back.png new file mode 100644 index 0000000..31ef743 Binary files /dev/null and b/Classes/PFWebViewController.bundle/icon_read_back.png differ diff --git a/Classes/PFWebViewController.bundle/icon_read_back@2x.png b/Classes/PFWebViewController.bundle/icon_read_back@2x.png new file mode 100644 index 0000000..fbe2aa2 Binary files /dev/null and b/Classes/PFWebViewController.bundle/icon_read_back@2x.png differ diff --git a/Classes/PFWebViewController.bundle/icon_read_back@3x.png b/Classes/PFWebViewController.bundle/icon_read_back@3x.png new file mode 100644 index 0000000..35068a2 Binary files /dev/null and b/Classes/PFWebViewController.bundle/icon_read_back@3x.png differ diff --git a/PFWebViewController.podspec b/PFWebViewController.podspec index 9559e55..b3d0815 100644 --- a/PFWebViewController.podspec +++ b/PFWebViewController.podspec @@ -16,8 +16,8 @@ Pod::Spec.new do |s| # s.name = "PFWebViewController" - s.version = "1.0.1" - s.summary = "A light-weight webview controller using WKWebView." + s.version = "1.1.0" + s.summary = "A light-weight webview controller using WKWebView. Support Safari-like reader mode." # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -27,6 +27,8 @@ Pod::Spec.new do |s| s.description = <<-DESC A light-weight webview controller using WKWebView. It contains a progress bar and can estimate loading time. + Support Safari-like reader mode. + Easy use and less memory consuming than [RxWebViewController](https://github.com/Roxasora/RxWebViewController). DESC