Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 20, 2015
1 parent 0ad4314 commit c10e2b6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit c10e2b6

Please sign in to comment.