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

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 26, 2015
2 parents 87a2d87 + c10e2b6 commit 8301b1b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,12 @@ pod 'MMWormhole', '~> 1.1'
pod 'Realm', '~> 0.91'
pod 'AMPopTip', '~> 0.7'
pod 'UICountingLabel', '~> 1.2'
pod 'Realm', '~> 0.91'
pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop'
pod 'AMWaveTransition', '~> 0.5'
pod 'AHKActionSheet', '~> 0.5'
pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop'
pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView'

target 'BigGulpTests', exclusive: true do
pod 'Realm/Headers'
pod 'Quick', ' ~> 0.3'
pod 'Nimble', '~> 0.4'
pod 'Nimble-Snapshots', '~> 0.4'

# figure out how to remove the duplication below. Can't get link_with to work
pod 'pop', '~> 1.0'
pod 'MMWormhole', '~> 1.1'
pod 'Realm', '~> 0.91'
pod 'AMPopTip', '~> 0.7'
pod 'UICountingLabel', '~> 1.2'
pod 'AMWaveTransition', '~> 0.5'
pod 'AHKActionSheet', '~> 0.5'
pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop'
pod 'DPMeterView', git: 'https://github.com/andreamazz/DPMeterView'
end

inhibit_all_warnings!
use_frameworks!

0 comments on commit 8301b1b

Please sign in to comment.