Skip to content

Commit

Permalink
Merge branch 'release/26.1' of github.com:Anyline/anyline-ocr-react-n…
Browse files Browse the repository at this point in the history
…ative-module into release/26.1
  • Loading branch information
Gerhard committed Nov 20, 2020
2 parents 5f740c1 + a1fa486 commit 8f6ba53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/RNExampleApp/ios/Podfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/ios/AnylineReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}" }

Expand Down

0 comments on commit 8f6ba53

Please sign in to comment.