Skip to content

Commit 14a2ce0

Browse files
committed
Bump version to v1.0.0 in .podspec file
1 parent 3271c6c commit 14a2ce0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PFWebViewController.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "PFWebViewController"
19-
s.version = "0.1.0"
19+
s.version = "1.0.0"
2020
s.summary = "A light-weight webview controller using WKWebView."
2121

2222
# This description is used to generate tags and improve search results.
@@ -26,6 +26,8 @@ Pod::Spec.new do |s|
2626
# * Finally, don't worry about the indent, CocoaPods strips it!
2727
s.description = <<-DESC
2828
A light-weight webview controller using WKWebView. It contains a progress bar and can estimate loading time.
29+
30+
Easy use and less memory consuming than [RxWebViewController](https://github.com/Roxasora/RxWebViewController).
2931
DESC
3032

3133
s.homepage = "https://github.com/PerfectFreeze/PFWebViewController"

0 commit comments

Comments
 (0)