From 68913be3ef7486b7d6ab80d119044f6823ecd2a9 Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Fri, 27 Mar 2015 16:43:57 +0000 Subject: [PATCH] Please CocoaPods linter with HTTPS Git source --- Pistachio.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pistachio.podspec b/Pistachio.podspec index ab5a69d..85f750c 100644 --- a/Pistachio.podspec +++ b/Pistachio.podspec @@ -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