Skip to content

Commit a750217

Browse files
author
RadAzzouz
committed
Update README
1 parent 1fb0504 commit a750217

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The [PSPDFKit SDK](https://pspdfkit.com/) is a framework that allows you to view
1919

2020
#### Requirements
2121

22-
- Xcode 9.4
23-
- PSPDFKit 7.6 for iOS or later
22+
- Xcode 9.4.1
23+
- PSPDFKit 7.6 .1 for iOS or later
2424
- react-native >= 0.55.4
2525

2626
#### Getting Started

ios/cocoapods.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
### CocoaPods integration
44

55
#### Requirements
6-
- Xcode 9
7-
- PSPDFKit >=7.0.2
8-
- react-native >= 0.48.4
9-
- CocoaPods >= 1.3.1
6+
- Xcode 9.4.1
7+
- PSPDFKit 7.6.1 for iOS or later
8+
- react-native >= 0.55.4
9+
- CocoaPods >= 1.5.3
1010

1111
#### Getting Started
1212

@@ -19,7 +19,7 @@ Lets create a simple app that integrates PSPDFKit using CocoaPods.
1919
5. IMPORTANT: Do not link module react-native-pspdfkit: Do not use react-native link react-native-pspdfkit
2020
6. Create the folder `ios/PSPDFKit` and copy `PSPDFKit.framework` and `PSPDFKitUI.framework` into it.
2121
7. Open ios/YourApp.xcodeproj in Xcode: open ios/YourApp.xcodeproj
22-
8. Make sure the deployment target is set to 9.0 or higher:
22+
8. Make sure the deployment target is set to 10.0 or higher:
2323
![Deployment Target](../screenshots/deployment-target.png)
2424
9. Change "View controller-based status bar appearance" to YES in Info.plist:
2525
deployment-target.png

0 commit comments

Comments
 (0)