-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
36 lines (28 loc) · 1.05 KB
/
Podfile
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
31
32
33
34
35
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '6.0'
# ignore all warnings from all pods
inhibit_all_warnings!
link_with 'MissionHub', 'tests'
target :MissionHub do
pod 'Facebook-iOS-SDK', '~> 3.17'
pod 'AFNetworking', '~> 1.3.1'
pod 'DWTagList', :git => 'https://github.com/CruGlobal/DWTagList.git'
pod 'ECSlidingViewController', '~> 1.0.1'
pod 'M6ParallaxController', :git => 'https://github.com/CruGlobal/M6ParallaxController.git'
pod 'ODRefreshControl', '~> 1.1.0'
pod 'SDSegmentedControl', '~> 1.0.1'
pod 'SIAlertView', '1.2'
pod 'TTTAttributedLabel', '~> 1.7.1'
pod 'NewRelicAgent', '~> 3.256'
pod 'GoogleAnalytics-iOS-SDK', '~> 3.0.3'
pod 'Airbrake-iOS', :git => 'https://github.com/CruGlobal/airbrake-ios.git', :tag => '3.1.8'
pod 'MYBlurIntroductionView', :git => 'https://github.com/CruGlobal/MYBlurIntroductionView.git'
pod 'TransformerKit', '~> 0.3.0'
pod 'DejalActivityView', '~> 1.1'
target :tests do
# pod 'Kiwi/XCTest', '2.2.2'
# pod 'KIF', '~> 2.0'
# pod 'OCHamcrest', '~> 3.0'
# pod 'Nocilla', '~> 0.7'
end
end