Skip to content

Commit 5118ec3

Browse files
authored
Merge pull request #917 from BranchMetrics/SDK-249-fix-swift-testbed
SDK-249 Fix compilation
2 parents f632f4a + cc9e5a6 commit 5118ec3

File tree

6 files changed

+302
-299
lines changed

6 files changed

+302
-299
lines changed

Branch-TestBed-Swift/Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
platform :ios, '9.0'
1+
platform :ios, '10.0'
22

33
target "TestBed-Swift" do
4-
pod 'Adjust', '~> 4.11.4'
4+
pod 'Adjust'
55
pod 'Mixpanel'
6-
pod 'Amplitude-iOS', '~> 3.14.1'
6+
pod 'Amplitude-iOS'
77
pod 'AppsFlyerFramework'
88
pod 'Tune'
99
pod 'GoogleAnalytics'
1010
pod 'Appboy-iOS-SDK'
11-
pod 'YandexMobileMetrica/Dynamic', '2.9.1'
12-
pod 'Localytics', '~> 4.4'
13-
pod 'mParticle-Apple-SDK', '~> 6'
11+
pod 'YandexMobileMetrica/Dynamic'
12+
pod 'Localytics'
13+
pod 'mParticle-Apple-SDK'
1414
pod 'Fabric'
1515
pod 'Crashlytics'
1616
end

0 commit comments

Comments
 (0)