Skip to content

Commit

Permalink
Bump version to v1.0.0 in .podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cee committed Sep 23, 2016
1 parent 3271c6c commit 14a2ce0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PFWebViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "PFWebViewController"
s.version = "0.1.0"
s.version = "1.0.0"
s.summary = "A light-weight webview controller using WKWebView."

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

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

0 comments on commit 14a2ce0

Please sign in to comment.