-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathPodfile
57 lines (46 loc) · 957 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
use_frameworks!
inhibit_all_warnings!
target 'UmbrellaAmplitudeTests' do
platform :ios, '8.0'
pod 'Amplitude-iOS'
end
target 'UmbrellaAnswersTests' do
platform :ios, '8.0'
pod 'Answers'
end
target 'UmbrellaAppboyTests' do
platform :ios, '8.0'
pod 'Appboy-iOS-SDK'
end
target 'UmbrellaAppsFlyerTests' do
platform :ios, '8.0'
pod 'AppsFlyerFramework'
end
target 'UmbrellaFacebookTests' do
platform :ios, '8.0'
pod 'FacebookSDK'
end
target 'UmbrellaFirebaseTests' do
platform :ios, '8.0'
pod 'Firebase/Analytics'
end
target 'UmbrellaFlurryTests' do
platform :ios, '8.0'
pod 'Flurry-iOS-SDK/FlurrySDK'
end
target 'UmbrellaIntercomTests' do
platform :ios, '8.0'
pod 'Intercom'
end
target 'UmbrellaLocalyticsTests' do
platform :ios, '8.0'
pod 'Localytics'
end
target 'UmbrellaMixpanelTests' do
platform :ios, '8.0'
pod 'Mixpanel'
end
target 'UmbrellaSegmentTests' do
platform :ios, '8.0'
pod 'Analytics'
end