diff --git a/DarkSkySwift.podspec b/DarkSkySwift.podspec index ea3ab0b..ccf58c6 100644 --- a/DarkSkySwift.podspec +++ b/DarkSkySwift.podspec @@ -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" => "ciprian@applicodo.com" } - 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