We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f9495 commit 02633c9Copy full SHA for 02633c9
ios/batch_flutter.podspec
@@ -4,7 +4,7 @@
4
#
5
Pod::Spec.new do |s|
6
s.name = 'batch_flutter'
7
- s.version = '0.0.5'
+ s.version = '0.0.6'
8
s.summary = 'Batch.com Flutter Plugin'
9
s.homepage = 'https://batch.com'
10
s.license = { :type => 'MIT', :file => '../LICENSE' }
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
19
# Flutter.framework does not contain a i386 slice.
20
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
21
- s.ios.deployment_target = '10.0'
+ s.ios.deployment_target = '12.0'
22
s.swift_version = '5.0'
23
s.static_framework = true
24
0 commit comments