From 5a035fa8b218684688be408a6ce1e9e5856abfc0 Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Wed, 10 Aug 2016 01:04:53 -0700 Subject: [PATCH] Use https urls for Podfile dependencies. --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index f891b8b..a2b613b 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,5 @@ abstract_target 'MaterialMotionCoreAnimationFamily' do - pod 'MaterialMotionRuntime' , :git => 'git@github.com:material-motion/material-motion-runtime-objc.git', :branch => 'develop' + pod 'MaterialMotionRuntime' , :git => 'https://github.com/material-motion/material-motion-runtime-objc.git', :branch => 'develop' pod 'MaterialMotionCoreAnimationFamily', :path => './'