Skip to content

Commit

Permalink
bumping version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Sep 17, 2016
1 parent a1ff68c commit bc38ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fuzi.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Fuzi"
s.version = "0.3.1"
s.version = "1.0.0"
s.license = "MIT"
s.summary = "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support"
s.homepage = "https://github.com/cezheng/Fuzi"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/cezheng/Fuzi.git", :tag => s.version }

# cocoadocs.org might not be working
s.documentation_url = "http://cezheng.github.io/Fuzi"
# s.documentation_url = "http://cezheng.github.io/Fuzi"

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
Expand Down

0 comments on commit bc38ec3

Please sign in to comment.