Skip to content

Commit fc88554

Browse files
committed
Bump version to v1.1.0
1 parent 305eb9f commit fc88554

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
179 Bytes
Loading
305 Bytes
Loading
436 Bytes
Loading

PFWebViewController.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "PFWebViewController"
19-
s.version = "1.0.1"
20-
s.summary = "A light-weight webview controller using WKWebView."
19+
s.version = "1.1.0"
20+
s.summary = "A light-weight webview controller using WKWebView. Support Safari-like reader mode."
2121

2222
# This description is used to generate tags and improve search results.
2323
# * Think: What does it do? Why did you write it? What is the focus?
@@ -27,6 +27,8 @@ Pod::Spec.new do |s|
2727
s.description = <<-DESC
2828
A light-weight webview controller using WKWebView. It contains a progress bar and can estimate loading time.
2929
30+
Support Safari-like reader mode.
31+
3032
Easy use and less memory consuming than [RxWebViewController](https://github.com/Roxasora/RxWebViewController).
3133
DESC
3234

0 commit comments

Comments
 (0)