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 a474c24 commit c6ce2d3Copy full SHA for c6ce2d3
ios/flutter_inappwebview.podspec
@@ -22,6 +22,8 @@ A new Flutter plugin.
22
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
23
s.swift_version = '5.0'
24
25
+ s.platforms = { :ios => '11.0' }
26
+
27
s.dependency 'OrderedSet', '~>5.0'
28
29
s.default_subspec = 'Core'
0 commit comments