Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyupa committed Aug 21, 2017
1 parent 9e871e1 commit a1f6bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarkSkySwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/cyupa/DarkSkySwift'
s.social_media_url = 'https://twitter.com/cyupa89'
s.authors = { "Ciprian Redinciuc" => "[email protected]" }
s.source = { :git => "https://github.com/cyupa/DarkSkySwift.git", :tag => "v"+s.version.to_s }
s.source = { :git => "https://github.com/cyupa/DarkSkySwift.git", :tag => s.version.to_s }
s.platforms = { :ios => "8.0", :osx => "10.10", :tvos => "9.0", :watchos => "2.0" }
s.requires_arc = true

Expand Down

0 comments on commit a1f6bb7

Please sign in to comment.