Skip to content

Commit f7d0ea5

Browse files
authored
Update for PSPDFKit 10.1 for iOS and Xcode 12.2 (#74)
* Update for PSPDFKit 10.1 for iOS and Xcode 12.2 * Bump version number
1 parent 5ffa9c0 commit f7d0ea5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ adb push /path/to/your/document.pdf /sdcard/document.pdf
213213

214214
#### Requirements
215215

216-
- Xcode 12
217-
- PSPDFKit 10.0.0 for iOS or later
218-
- Flutter 1.21.0-9.2.pre or later
219-
- CocoaPods 1.10.0.rc.1 or later (Update cocoapods with: `gem install cocoapods -v 1.10.0.rc.1`)
216+
- The latest [Xcode](https://developer.apple.com/xcode/)
217+
- PSPDFKit 10.1.0 for iOS or later
218+
- Flutter 1.23.0-18.1.pre or later
219+
- CocoaPods 1.10.0 or later (Update cocoapods with: `gem install cocoapods`)
220220

221221
#### Getting Started
222222

example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ This is a brief example of how to use the PSPDFKit with Flutter.
1212

1313
## iOS
1414

15-
- Xcode 12
16-
- PSPDFKit 10.0.0 for iOS or later
17-
- Flutter 1.21.0-9.2.pre or later
18-
- CocoaPods 1.10.0.rc.1 or later (Update cocoapods with: `gem install cocoapods -v 1.10.0.rc.1`)
15+
- The latest [Xcode](https://developer.apple.com/xcode/)
16+
- PSPDFKit 10.1.0 for iOS or later
17+
- Flutter 1.23.0-18.1.pre or later
18+
- CocoaPods 1.10.0 or later (Update cocoapods with: `gem install cocoapods`)
1919

2020
# Running the Example Project
2121

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_example
22
description: Demonstrates how to use the pspdfkit plugin.
3-
version: 1.10.0
3+
version: 1.10.2
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_flutter
22
description: PSPDFKit flutter plugin.
3-
version: 1.10.0
3+
version: 1.10.2
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

0 commit comments

Comments
 (0)