Skip to content

Commit

Permalink
Update podspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Feb 8, 2016
1 parent 1b78914 commit 9655c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Freddy.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Freddy"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "A JSON parsing library written in Swift"

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = '9.0'
s.tvos.deployment_target = "9.0"

s.source = {:git => "https://github.com/bignerdranch/Freddy.git", :tag => "#{s.version}"}
s.source_files = "Sources/**/*.swift"
Expand Down

0 comments on commit 9655c38

Please sign in to comment.