Skip to content

Commit

Permalink
bumping version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Oct 22, 2015
1 parent 986d6f7 commit 9816ca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.1.1"
s.version = "0.2.0"
s.license = "MIT"
s.summary = "A fast & lightweight XML & HTML parser in Swift that makes your life easier"
s.homepage = "https://github.com/cezheng/Fuzi"
Expand All @@ -9,11 +9,12 @@ 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"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

s.source_files = "Fuzi/*.swift"
s.preserve_paths = "libxml2/*"
Expand Down

0 comments on commit 9816ca4

Please sign in to comment.