Skip to content

Commit

Permalink
removed Webkit Doku,
Browse files Browse the repository at this point in the history
Increased version in Podspec
  • Loading branch information
jonaslaux committed Sep 18, 2018
1 parent 9faf3e1 commit f7dd959
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ packagingOptions {
```
#### iOS

##### Add WebKit to your iOS project
- Open your platforms/ios *.xcworkspace with XCode.
- In the info.plist go to the "Linked Frameworks and Libraries".
- Add WebKit.framework


##### Podfile
- Copy the [Podfile](https://github.com/Anyline/anyline-ocr-react-native-module/blob/master/example/RNExampleApp/ios/Podfile)
from our example Project to your native iOS root folder.
Expand Down
6 changes: 0 additions & 6 deletions example/RNExampleApp/.expo/packager-info.json

This file was deleted.

2 changes: 1 addition & 1 deletion plugin/ios/AnylineReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.source_files = "*.{h,m}"

s.dependency "React"
s.dependency "Anyline", "~> 3.27.0"
s.dependency "Anyline", "~> 3.27.1"
end

0 comments on commit f7dd959

Please sign in to comment.