From ccda29712b5b70f15e217774e6c81eb4a8806670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Thu, 21 Mar 2024 09:08:56 +0000 Subject: [PATCH 1/2] :arrow_up: update podspec to v8.21 --- ios/mparticle_flutter_sdk.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/mparticle_flutter_sdk.podspec b/ios/mparticle_flutter_sdk.podspec index 41741fe..bf12534 100644 --- a/ios/mparticle_flutter_sdk.podspec +++ b/ios/mparticle_flutter_sdk.podspec @@ -9,14 +9,14 @@ Pod::Spec.new do |s| s.description = <<-DESC mParticle Flutter Wrapper DESC - s.homepage = 'http://example.com' + s.homepage = 'https://www.mparticle.com' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'mParticle' => 'support@mparticle.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.5' - s.platform = :ios, '8.0' + s.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.21' + s.platform = :ios, '9.0' # Flutter.framework does not contain a i386 slice. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } From 50e923c9e9438ddf3c2c92f0c040c3dde5a87cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Fri, 29 Mar 2024 08:42:45 +0000 Subject: [PATCH 2/2] :arrow_up: update example/ios Podfile --- example/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 68514c0..546d205 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'mParticle-Apple-SDK', '~> 8.5.0' + pod 'mParticle-Apple-SDK', '~> 8.21' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end