-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
29 lines (25 loc) · 989 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
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
inhibit_all_warnings!
use_frameworks!
target 'testEyeVersion' do
pod 'Alamofire', '~> 4.2.0'
pod 'Alamofire', '~> 4.2.0'
pod 'AlamofireImage', '~> 3.2.0'
pod 'AlamofireNetworkActivityIndicator', '~> 2.1.0'
pod 'pop', '~> 1.0.9'
pod 'SwiftyUserDefaults', '~> 3.0.0'
pod 'KeychainAccess', '~> 3.0.1'
pod 'XCGLogger', '~> 4.0.0'
pod 'SVProgressHUD'
pod 'ObjectMapper', '~> 2.2.2'
pod 'AdobeMobileSDK', '~> 4.13.2'
pod 'SentrySwift', :git => 'https://github.com/getsentry/sentry-swift.git', :tag => '1.3.0'end
target 'testEyeVersionTests' do
pod 'Quick', '~> 1.0.0'
pod 'Nimble', '~> 5.1.1'
pod 'FBSnapshotTestCase', '~> 2.1.4'
pod 'KIF-Quick', '~> 1.1.0'
#XXX: This dupe should be removable once CocoaPods 1.2.0 is released: https://github.com/CocoaPods/CocoaPods/issues/5512
pod 'SentrySwift', :git => 'https://github.com/getsentry/sentry-swift.git', :tag => '1.3.0'
end