We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3271c6c commit 14a2ce0Copy full SHA for 14a2ce0
1 file changed
PFWebViewController.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "PFWebViewController"
19
- s.version = "0.1.0"
+ s.version = "1.0.0"
20
s.summary = "A light-weight webview controller using WKWebView."
21
22
# This description is used to generate tags and improve search results.
@@ -26,6 +26,8 @@ Pod::Spec.new do |s|
26
# * Finally, don't worry about the indent, CocoaPods strips it!
27
s.description = <<-DESC
28
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).
31
DESC
32
33
s.homepage = "https://github.com/PerfectFreeze/PFWebViewController"
0 commit comments