-
Notifications
You must be signed in to change notification settings - Fork 72
feat: add CocoaPods podspec support for all kit tracks #659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nickolas-dimitrakas
merged 7 commits into
workstation/9.0-Release
from
feat/add-cocoapods-support-to-kit-tracks
Mar 10, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
80e75e1
feat(kits): add CocoaPods podspec files for all kit tracks
nickolas-dimitrakas 4c22e13
ci: publish kit podspecs to CocoaPods trunk on release
nickolas-dimitrakas 1bde2f2
Revert "ci: publish kit podspecs to CocoaPods trunk on release"
nickolas-dimitrakas 27ca495
fix(kits): update podspec source to monorepo and restore original ver…
nickolas-dimitrakas 83dd0dc
fix(kits): use monorepo-relative source_files paths and bump kit vers…
nickolas-dimitrakas 5183b27
fix(kits): bump mParticle-Apple-SDK core dependency to ~> 9.0
nickolas-dimitrakas 3893106
ci: consolidate podspec version bump into single step excluding .build/
nickolas-dimitrakas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| Pod::Spec.new do |s| | ||
nickolas-dimitrakas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| s.name = "mParticle-Adjust-5" | ||
| s.version = "8.3.0" | ||
| s.summary = "Adjust integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Adjust integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/adjust/adjust-5/Sources/mParticle-Adjust/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Adjust-5-Privacy' => ['kits/adjust/adjust-5/Sources/mParticle-Adjust/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'Adjust', '~> 5.0' | ||
| end | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Adobe-5" | ||
| s.version = "8.2.4" | ||
| s.summary = "Adobe integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Adobe integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
|
|
||
| s.subspec 'Core' do |core| | ||
| core.source_files = 'kits/adobe/adobe-5/Sources/mParticle-Adobe/**/*.{h,m,mm}' | ||
| core.resource_bundles = { 'mParticle-Adobe-5-Privacy' => ['kits/adobe/adobe-5/Sources/mParticle-Adobe/PrivacyInfo.xcprivacy'] } | ||
| core.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| end | ||
|
|
||
| s.subspec 'Media' do |media| | ||
| media.source_files = 'kits/adobe/adobe-5/Sources/mParticle-AdobeMedia/**/*.{h,m,mm}' | ||
| media.resource_bundles = { 'mParticle-Adobe-5-Media-Privacy' => ['kits/adobe/adobe-5/Sources/mParticle-AdobeMedia/PrivacyInfo.xcprivacy'] } | ||
| media.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| media.dependency 'mParticle-Apple-Media-SDK' | ||
| media.dependency 'AEPCore', '~> 5.0' | ||
| media.dependency 'AEPUserProfile', '~> 5.0' | ||
| media.dependency 'AEPAnalytics', '~> 5.0' | ||
| media.dependency 'AEPMedia', '~> 5.0' | ||
| end | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-AppsFlyer-6" | ||
| s.version = "8.4.3" | ||
| s.summary = "AppsFlyer integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the AppsFlyer integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/appsflyer/appsflyer-6/Sources/mParticle-AppsFlyer/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-AppsFlyer-6-Privacy' => ['kits/appsflyer/appsflyer-6/Sources/mParticle-AppsFlyer/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'AppsFlyerFramework', '~> 6.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Apptimize-3" | ||
| s.version = "8.2.0" | ||
| s.summary = "Apptimize integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Apptimize integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/apptimize/apptimize-3/Sources/mParticle-Apptimize/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-Apptimize-3-Privacy' => ['kits/apptimize/apptimize-3/Sources/mParticle-Apptimize/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'Apptimize-Swift', '~> 3.5' | ||
| end |
17 changes: 17 additions & 0 deletions
17
kits/branchmetrics/branchmetrics-3/mParticle-BranchMetrics-3.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-BranchMetrics-3" | ||
| s.version = "8.5.3" | ||
| s.summary = "Branch Metrics integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Branch Metrics integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/branchmetrics/branchmetrics-3/Sources/mParticle-BranchMetrics/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-BranchMetrics-3-Privacy' => ['kits/branchmetrics/branchmetrics-3/Sources/mParticle-BranchMetrics/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'Branch', '~> 3.4' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Braze-12" | ||
| s.version = "8.14.1" | ||
| s.summary = "Braze integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Braze integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.swift_version = "5.5" | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/braze/braze-12/Sources/mParticle-Braze/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Braze-12-Privacy' => ['kits/braze/braze-12/Sources/mParticle-Braze/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'BrazeKit', '~> 12.0' | ||
| s.dependency 'BrazeKitCompat', '~> 12.0' | ||
| s.ios.dependency 'BrazeUI', '~> 12.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Braze-13" | ||
| s.version = "8.14.1" | ||
| s.summary = "Braze integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Braze integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.swift_version = "5.5" | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/braze/braze-13/Sources/mParticle-Braze/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Braze-13-Privacy' => ['kits/braze/braze-13/Sources/mParticle-Braze/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'BrazeKit', '~> 13.0' | ||
| s.dependency 'BrazeKitCompat', '~> 13.0' | ||
| s.ios.dependency 'BrazeUI', '~> 13.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Braze-14" | ||
| s.version = "8.14.1" | ||
| s.summary = "Braze integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Braze integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.swift_version = "5.5" | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/braze/braze-14/Sources/mParticle-Braze/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Braze-14-Privacy' => ['kits/braze/braze-14/Sources/mParticle-Braze/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'BrazeKit', '~> 14.0' | ||
| s.dependency 'BrazeKitCompat', '~> 14.0' | ||
| s.ios.dependency 'BrazeUI', '~> 14.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-CleverTap-7" | ||
| s.version = "8.6.0" | ||
| s.summary = "CleverTap integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the CleverTap integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/clevertap/clevertap-7/Sources/mParticle-CleverTap/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-CleverTap-7-Privacy' => ['kits/clevertap/clevertap-7/Sources/mParticle-CleverTap/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'CleverTap-iOS-SDK', '~> 7.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-ComScore-6" | ||
| s.version = "8.1.0" | ||
| s.summary = "comScore integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the comScore integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/comscore/comscore-6/Sources/mParticle-ComScore/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-ComScore-6-Privacy' => ['kits/comscore/comscore-6/Sources/mParticle-ComScore/PrivacyInfo.xcprivacy'] } | ||
| s.frameworks = 'SystemConfiguration' | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'ComScore', '~> 6.12' | ||
| end |
18 changes: 18 additions & 0 deletions
18
...analytics-firebase-ga4/firebase-ga4-11/mParticle-Google-Analytics-Firebase-GA4-11.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Google-Analytics-Firebase-GA4-11" | ||
| s.version = "8.11.1" | ||
| s.summary = "Firebase Analytics (GA4) integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Firebase Analytics (GA4) integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/google-analytics-firebase-ga4/firebase-ga4-11/Sources/mParticle-FirebaseGA4/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Google-Analytics-Firebase-GA4-11-Privacy' => ['kits/google-analytics-firebase-ga4/firebase-ga4-11/Sources/mParticle-FirebaseGA4/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'FirebaseAnalytics', '~> 11.0' | ||
| end |
18 changes: 18 additions & 0 deletions
18
...analytics-firebase-ga4/firebase-ga4-12/mParticle-Google-Analytics-Firebase-GA4-12.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Google-Analytics-Firebase-GA4-12" | ||
| s.version = "8.11.1" | ||
| s.summary = "Firebase Analytics (GA4) integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Firebase Analytics (GA4) integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/google-analytics-firebase-ga4/firebase-ga4-12/Sources/mParticle-FirebaseGA4/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Google-Analytics-Firebase-GA4-12-Privacy' => ['kits/google-analytics-firebase-ga4/firebase-ga4-12/Sources/mParticle-FirebaseGA4/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'FirebaseAnalytics', '~> 12.0' | ||
| end |
17 changes: 17 additions & 0 deletions
17
kits/google-analytics-firebase/firebase-11/mParticle-Google-Analytics-Firebase-11.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Google-Analytics-Firebase-11" | ||
| s.version = "8.6.1" | ||
| s.summary = "Firebase Analytics integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Firebase Analytics integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/google-analytics-firebase/firebase-11/Sources/mParticle-Firebase/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-Google-Analytics-Firebase-11-Privacy' => ['kits/google-analytics-firebase/firebase-11/Sources/mParticle-Firebase/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'FirebaseAnalytics', '~> 11.0' | ||
| end |
17 changes: 17 additions & 0 deletions
17
kits/google-analytics-firebase/firebase-12/mParticle-Google-Analytics-Firebase-12.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Google-Analytics-Firebase-12" | ||
| s.version = "8.6.1" | ||
| s.summary = "Firebase Analytics integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Firebase Analytics integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/google-analytics-firebase/firebase-12/Sources/mParticle-Firebase/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-Google-Analytics-Firebase-12-Privacy' => ['kits/google-analytics-firebase/firebase-12/Sources/mParticle-Firebase/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'FirebaseAnalytics', '~> 12.0' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Iterable-6" | ||
| s.version = "8.8.0" | ||
| s.summary = "Iterable integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Iterable integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.ios.source_files = 'kits/iterable/iterable-6/Sources/mParticle-Iterable/**/*.{h,m,mm}' | ||
| s.ios.resource_bundles = { 'mParticle-Iterable-6-Privacy' => ['kits/iterable/iterable-6/Sources/mParticle-Iterable/PrivacyInfo.xcprivacy'] } | ||
| s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.ios.dependency 'Iterable-iOS-SDK', '~> 6.5' | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| Pod::Spec.new do |s| | ||
| s.name = "mParticle-Kochava-9" | ||
| s.version = "8.7.0" | ||
| s.summary = "Kochava integration for mParticle" | ||
| s.description = <<-DESC | ||
| This is the Kochava integration for mParticle. | ||
| DESC | ||
| s.homepage = "https://www.mparticle.com" | ||
| s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } | ||
| s.author = { "mParticle" => "support@mparticle.com" } | ||
| s.source = { :git => "https://github.com/mparticle/mparticle-apple-sdk.git", :tag => s.version.to_s } | ||
| s.ios.deployment_target = "15.6" | ||
| s.tvos.deployment_target = "15.6" | ||
| s.source_files = 'kits/kochava/kochava-9/Sources/mParticle-Kochava/**/*.{h,m,mm}' | ||
| s.resource_bundles = { 'mParticle-Kochava-9-Privacy' => ['kits/kochava/kochava-9/Sources/mParticle-Kochava/PrivacyInfo.xcprivacy'] } | ||
| s.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0' | ||
| s.dependency 'KochavaNetworking', '~> 9.0' | ||
| s.dependency 'KochavaMeasurement', '~> 9.0' | ||
| s.dependency 'KochavaTracking', '~> 9.0' | ||
| end |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.