Skip to content

Commit a1f6bb7

Browse files
committed
Update podspec.
1 parent 9e871e1 commit a1f6bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DarkSkySwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://github.com/cyupa/DarkSkySwift'
77
s.social_media_url = 'https://twitter.com/cyupa89'
88
s.authors = { "Ciprian Redinciuc" => "ciprian@applicodo.com" }
9-
s.source = { :git => "https://github.com/cyupa/DarkSkySwift.git", :tag => "v"+s.version.to_s }
9+
s.source = { :git => "https://github.com/cyupa/DarkSkySwift.git", :tag => s.version.to_s }
1010
s.platforms = { :ios => "8.0", :osx => "10.10", :tvos => "9.0", :watchos => "2.0" }
1111
s.requires_arc = true
1212

0 commit comments

Comments
 (0)