Skip to content

Commit

Permalink
ios version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Dec 14, 2022
1 parent abd100d commit b096ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/customer_io.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ A plugin for Customer.io
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '13.0'
s.dependency "CustomerIOTracking", '~> 1.2.6'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.6'
s.dependency "CustomerIO/MessagingPushFCM", '~> 1.2.6'
s.dependency "CustomerIOTracking", '~> 2.0.0'
s.dependency "CustomerIOMessagingInApp", '~> 2.0.0'
s.dependency "CustomerIO/MessagingPushFCM", '~> 2.0.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 b096ced

Please sign in to comment.