Skip to content

Commit

Permalink
fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Smitters committed Sep 9, 2017
1 parent c68ee6a commit 61a604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GradientProgress.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { "Dmitry Smetankin" => "[email protected]" }
s.social_media_url = "https://twitter.com/smetankin93"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Smitters/GradientProgress.git.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/Smitters/GradientProgress.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
end

0 comments on commit 61a604a

Please sign in to comment.