cordova-khipu 2.7.0 → 2.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Cordova plugin for Khipu
|
|
4
4
|
|
|
5
|
-
## Install
|
|
6
5
|
|
|
7
6
|
## iOS pre setup
|
|
8
7
|
|
|
@@ -17,6 +16,8 @@ In order to do that make sure the `config.xml` of your app to have a `platform`
|
|
|
17
16
|
</platform>
|
|
18
17
|
```
|
|
19
18
|
|
|
19
|
+
## Install
|
|
20
|
+
|
|
20
21
|
```bash
|
|
21
22
|
cordova plugin add cordova-khipu
|
|
22
23
|
```
|
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
|
-
<plugin id="cordova-khipu" version="2.7.
|
|
2
|
+
<plugin id="cordova-khipu" version="2.7.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
3
3
|
<name>Cordova Khipu</name>
|
|
4
4
|
<js-module name="Khipu" src="www/cordova-khipu.js">
|
|
5
5
|
<clobbers target="window.Khipu"/>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<source url="https://github.com/CocoaPods/Specs.git"/>
|
|
26
26
|
</config>
|
|
27
27
|
<pods use-frameworks="true">
|
|
28
|
-
<pod name="KhipuClientIOS" version="2.
|
|
28
|
+
<pod name="KhipuClientIOS" version="2.8.0" swift-version="5.1"/>
|
|
29
29
|
</pods>
|
|
30
30
|
</podspec>
|
|
31
31
|
<source-file src="src/ios/KhipuPlugin.swift"/>
|