diff --git a/example/RNExampleApp/ios/Podfile b/example/RNExampleApp/ios/Podfile index 76dbd8f4..6288dbb4 100644 --- a/example/RNExampleApp/ios/Podfile +++ b/example/RNExampleApp/ios/Podfile @@ -1,5 +1,5 @@ project 'RNExampleApp.xcodeproj' -platform :ios, '10.0' +platform :ios, '11.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target 'RNExampleApp' do diff --git a/plugin/ios/AnylineReact.podspec b/plugin/ios/AnylineReact.podspec index 86fdb78a..9bc78b90 100644 --- a/plugin/ios/AnylineReact.podspec +++ b/plugin/ios/AnylineReact.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/Anyline/anyline-ocr-react-native-module" s.license = "MIT" - s.platform = :ios, "10" + s.platform = :ios, "11" s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" }