From c10e2b624931e37781d8bdf8cc0bb987ff2fa7c5 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Mon, 20 Apr 2015 20:42:01 +0200 Subject: [PATCH] Fix issue #1 --- Podfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Podfile b/Podfile index e8c30c5..a8e4ba6 100644 --- a/Podfile +++ b/Podfile @@ -5,22 +5,10 @@ pod 'pop', '~> 1.0' pod 'AMPopTip', '~> 0.7' pod 'UICountingLabel', '~> 1.2' pod 'Realm', '~> 0.91' -pod 'JTCalendar', git: 'git@github.com:andreamazz/JTCalendar.git', branch: 'develop' +pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop' pod 'AMWaveTransition', '~> 0.5' pod 'AHKActionSheet', '~> 0.5' pod 'MMWormhole', '~> 1.1' pod 'GoogleAnalytics-iOS-SDK', '~> 3.10' -#target 'BigGulpTests', exclusive: true do -# pod 'Quick', git: 'https://github.com/Quick/Quick.git' -# pod 'Nimble', '~> 0.4' -# -## Had to duplicate these, check https://github.com/CocoaPods/CocoaPods/issues/2695 -# pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView' -# pod 'pop', '~> 1.0' -# pod 'AMPopTip', '~> 0.7' -# pod 'UICountingLabel', '~> 1.2' -# pod 'JTCalendar', git: 'git@github.com:andreamazz/JTCalendar.git', branch: 'develop' -#end - inhibit_all_warnings!