Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Use https urls for Podfile dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Aug 10, 2016
1 parent 17dd080 commit 5a035fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -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 => './'

Expand Down

0 comments on commit 5a035fa

Please sign in to comment.