We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e871e1 commit a1f6bb7Copy full SHA for a1f6bb7
DarkSkySwift.podspec
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
6
s.homepage = 'https://github.com/cyupa/DarkSkySwift'
7
s.social_media_url = 'https://twitter.com/cyupa89'
8
s.authors = { "Ciprian Redinciuc" => "ciprian@applicodo.com" }
9
- 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 }
10
s.platforms = { :ios => "8.0", :osx => "10.10", :tvos => "9.0", :watchos => "2.0" }
11
s.requires_arc = true
12
0 commit comments