forked from sunlightlabs/congress-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
30 lines (27 loc) · 826 Bytes
/
Podfile
File metadata and controls
30 lines (27 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'AFNetworking', '~> 2'
pod 'FormatterKit'
pod 'GoogleAnalytics-iOS-SDK' # Can't set version: non-semantic version no.
pod 'GroundControl'
pod 'ISO8601DateFormatter', '~> 0.7'
pod 'JLRoutes', '~> 1'
pod 'Mantle', '~> 1'
pod 'Mapbox-iOS-SDK', '1.6.0'
pod 'SAMCategories'
pod 'SAMGradientView'
pod 'SAMLabel'
pod 'SAMLoadingView'
pod 'SAMRateLimit'
pod 'SVPullToRefresh', '~> 0.4.1'
pod 'TSMessages', '~> 0.9'
pod 'TTTAttributedLabel', '~> 1'
pod 'UIDevice-Hardware'
pod 'UrbanAirship-iOS-SDK/Core', '~> 6'
pod 'ViewDeck', '~> 2.2.11'
# Using "tentative" build configuration syntax
# http://guides.cocoapods.org/syntax/podfile.html
pod "Reveal-iOS-SDK", :configuration => ['Debug']
target 'CongressTests', :exclusive => true do
pod 'OHHTTPStubs'
end