Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
Please CocoaPods linter with HTTPS Git source
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed Mar 27, 2015
1 parent 9c0b456 commit 68913be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pistachio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/felixjendrusch"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "http://github.com/felixjendrusch/Pistachio.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/felixjendrusch/Pistachio.git", :tag => "#{s.version}" }
s.source_files = "Pistachio/*.swift"
s.dependency "LlamaKit", "~> 0.5.0"
end

0 comments on commit 68913be

Please sign in to comment.