Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Update version in all podspecs
run: |
find . -name "*.podspec" -exec \
find . -name "*.podspec" -not -path "*/.build/*" -exec \
sed -i '' 's/\(s\.version[^=]*=[[:space:]]*\)"[^"]*"/\1"'"${VERSION}"'"/' {} +

- name: Update version in MPIConstants.m
Expand Down
18 changes: 18 additions & 0 deletions kits/adjust/adjust-5/mParticle-Adjust-5.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
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
30 changes: 30 additions & 0 deletions kits/adobe/adobe-5/mParticle-Adobe-5.podspec
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
17 changes: 17 additions & 0 deletions kits/appsflyer/appsflyer-6/mParticle-AppsFlyer-6.podspec
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apptentive"
s.name = "mParticle-Apptentive-6"
s.version = "8.3.0"
s.summary = "Apptentive integration for mParticle"
s.description = <<-DESC
Expand All @@ -8,12 +8,10 @@ Pod::Spec.new do |s|
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-integrations/mparticle-apple-integration-apptentive.git", :tag => "v" +s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"
s.swift_version = "5.5"
s.ios.deployment_target = "13.0"
s.ios.source_files = 'mParticle-Apptentive/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-Apptentive-Privacy' => ['mParticle-Apptentive/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.22'
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/apptentive/apptentive-6/Sources/mParticle-Apptentive/**/*.{h,m,mm}'
s.ios.resource_bundles = { 'mParticle-Apptentive-6-Privacy' => ['kits/apptentive/apptentive-6/Sources/mParticle-Apptentive/PrivacyInfo.xcprivacy'] }
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 9.0'
s.ios.dependency 'ApptentiveKit', '~> 6.6'
end
17 changes: 17 additions & 0 deletions kits/apptimize/apptimize-3/mParticle-Apptimize-3.podspec
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
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
21 changes: 21 additions & 0 deletions kits/braze/braze-12/mParticle-Braze-12.podspec
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
21 changes: 21 additions & 0 deletions kits/braze/braze-13/mParticle-Braze-13.podspec
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
21 changes: 21 additions & 0 deletions kits/braze/braze-14/mParticle-Braze-14.podspec
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
17 changes: 17 additions & 0 deletions kits/clevertap/clevertap-7/mParticle-CleverTap-7.podspec
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
19 changes: 19 additions & 0 deletions kits/comscore/comscore-6/mParticle-ComScore-6.podspec
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
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
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
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
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
17 changes: 17 additions & 0 deletions kits/iterable/iterable-6/mParticle-Iterable-6.podspec
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
20 changes: 20 additions & 0 deletions kits/kochava/kochava-9/mParticle-Kochava-9.podspec
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
Loading