Skip to content

Commit

Permalink
⬆️ update podspec to v8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Mar 21, 2024
1 parent 06df0b9 commit ccda297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/mparticle_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit ccda297

Please sign in to comment.