Skip to content

Commit

Permalink
Update podspec for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
Will James committed Jul 29, 2016
1 parent 3b384d6 commit e8f1cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GuardedSwiftyJSON.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT" }
s.authors = { "Will James" => "jameswt@gmail.com" }

s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/wiggzz/GuardedSwiftyJSON.git", :tag => s.version }
s.source_files = "GuardedSwiftyJSON/*.swift"
s.dependency "SwiftyJSON"
Expand Down

0 comments on commit e8f1cc4

Please sign in to comment.