Skip to content

Commit 02633c9

Browse files
committed
ios: update podspec
1 parent 50f9495 commit 02633c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/batch_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'batch_flutter'
7-
s.version = '0.0.5'
7+
s.version = '0.0.6'
88
s.summary = 'Batch.com Flutter Plugin'
99
s.homepage = 'https://batch.com'
1010
s.license = { :type => 'MIT', :file => '../LICENSE' }
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818

1919
# Flutter.framework does not contain a i386 slice.
2020
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
21-
s.ios.deployment_target = '10.0'
21+
s.ios.deployment_target = '12.0'
2222
s.swift_version = '5.0'
2323
s.static_framework = true
2424

0 commit comments

Comments
 (0)