forked from mbogh/bemyeyes-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
30 lines (26 loc) · 919 Bytes
/
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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
inhibit_all_warnings!
target :BeMyEyes do
pod 'AFNetworking', '~> 1.3.2'
pod 'DCKeyValueObjectMapping'
pod 'ISO8601DateFormatter', '~> 0.7'
pod 'MRProgress', '~> 0.8.0'
pod 'Masonry', '~> 0.5.3'
pod 'PSAlertView', '~> 1.1'
pod 'PSTAlertController', '~> 1.1'
pod 'GVUserDefaults', '~> 0.9.4'
pod 'Appirater', '~> 2.0.2'
pod 'NewRelicAgent', '5.3.0'
pod 'MiawKit', '~> 1.2'
pod 'FormatterKit', '~> 1.7.1'
pod 'KeepLayout', :git => 'https://github.com/iMartinKiss/KeepLayout.git'
pod 'CrashlyticsFramework'
pod 'SDWebImage', '~> 3.6'
pod 'Reveal-iOS-SDK', :configurations => ['Debug']
pod 'Mixpanel', '~> 2.9.0'
pod 'le', :git => 'https://github.com/logentries/le_ios.git'
target 'BeMyEyes Tests', :exclusive => true do
pod 'FBSnapshotTestCase/Core'
end
end