File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mParticle-Google-Analytics-Firebase.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "mParticle-Google-Analytics-Firebase"
3
- s . version = "8.0.9 "
3
+ s . version = "8.1.0 "
4
4
s . summary = "Google Analytics for Firebase integration for mParticle"
5
5
6
6
s . description = <<-DESC
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
19
19
s . ios . dependency 'mParticle-Apple-SDK/mParticle' , '~> 8.0'
20
20
s . ios . frameworks = 'CoreTelephony' , 'SystemConfiguration'
21
21
s . libraries = 'z'
22
- s . ios . dependency 'Firebase/Core' , '~> 7.1 '
22
+ s . ios . dependency 'Firebase/Core' , '~> 8.0 '
23
23
24
24
end
Original file line number Diff line number Diff line change 478
478
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
479
479
INFOPLIST_FILE = "$(SRCROOT)/mParticle-Google-Analytics-Firebase/Info.plist";
480
480
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
481
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
481
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
482
482
LD_RUNPATH_SEARCH_PATHS = (
483
483
"$(inherited)",
484
484
"@executable_path/Frameworks",
505
505
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
506
506
INFOPLIST_FILE = "$(SRCROOT)/mParticle-Google-Analytics-Firebase/Info.plist";
507
507
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
508
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
508
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
509
509
LD_RUNPATH_SEARCH_PATHS = (
510
510
"$(inherited)",
511
511
"@executable_path/Frameworks",
You can’t perform that action at this time.
0 commit comments