Skip to content

Commit ed440a5

Browse files
authored
Update for PSPDFKit 10.1 for iOS (#36)
* Update for PSPDFKit 10.1 for iOS * Bump plugin version to 1.1.3
1 parent 72c42aa commit ed440a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/ios/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ PSPDFKit comes with open source plugins for Cordova on both [iOS](https://pspdfk
66

77
## Requirements
88

9-
- Xcode 12 or later
10-
- PSPDFKit 10.0.0 for iOS or later
9+
- The latest [Xcode](https://developer.apple.com/xcode/)
10+
- PSPDFKit 10.1.0 for iOS or later
1111
- Cordova Lib >= 10.0.0
1212
- Cordova iOS >= 5.1.1
13-
- CocoaPods >= 1.10.0.rc.1
13+
- CocoaPods >= 1.10.0
1414

1515
## Installation
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pspdfkit-cordova",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "PSPDFKit Cordova Plugin for Android and iOS",
55
"cordova": {
66
"id": "pspdfkit-cordova",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pspdfkit-cordova" version="1.1.2">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pspdfkit-cordova" version="1.1.3">
33
<engines>
44
<engine name="cordova" version="&gt;=6.3.1" />
55
</engines>

0 commit comments

Comments
 (0)