chore(build): bump version, use podspec for iOS pod resolution
This commit is contained in:
parent
146445f882
commit
7a1f4c25d1
18
plugin.xml
18
plugin.xml
@ -3,7 +3,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-stripe-payments"
|
id="cordova-plugin-stripe-payments"
|
||||||
version="0.0.8">
|
version="0.1.1">
|
||||||
|
|
||||||
<name>Stripe Payments</name>
|
<name>Stripe Payments</name>
|
||||||
<description>Cordova plugin for Stripe payments using the native Android/iOS SDKs. Supports Apple Pay and card payments.</description>
|
<description>Cordova plugin for Stripe payments using the native Android/iOS SDKs. Supports Apple Pay and card payments.</description>
|
||||||
@ -14,15 +14,15 @@
|
|||||||
<issue>https://github.com/rolamix/cordova-plugin-stripe-payments/issues</issue>
|
<issue>https://github.com/rolamix/cordova-plugin-stripe-payments/issues</issue>
|
||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova" version=">=7.1.0"/>
|
<engine name="cordova" version=">=9.0.0"/>
|
||||||
<engine name="cordova-android" version=">=7.1.0"/>
|
<engine name="cordova-android" version=">=8.0.0"/>
|
||||||
<!-- If installing on Cordova IOS 5.0, make sure to add
|
<!-- If installing on Cordova IOS 5.0, make sure to add
|
||||||
<preference name="SwiftVersion" value="4.1" />
|
<preference name="SwiftVersion" value="4.1" />
|
||||||
to your config.xml under the ios platform section.
|
to your config.xml under the ios platform section.
|
||||||
If installing on Cordova iOS < 5.0, you need to add cordova-plugin-add-swift-support
|
If installing on Cordova iOS < 5.0, you need to add cordova-plugin-add-swift-support
|
||||||
to your project and specify <preference name="UseSwiftLanguageVersion" value="4" />
|
to your project and specify <preference name="UseSwiftLanguageVersion" value="4" />
|
||||||
in your config.xml file under the ios platform section. -->
|
in your config.xml file under the ios platform section. -->
|
||||||
<engine name="cordova-ios" version=">=4.5.0"/>
|
<engine name="cordova-ios" version=">=5.0.0"/>
|
||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
<js-module src="www/StripePaymentsPlugin.js" name="StripePaymentsPlugin">
|
<js-module src="www/StripePaymentsPlugin.js" name="StripePaymentsPlugin">
|
||||||
@ -71,20 +71,22 @@
|
|||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
|
<!--
|
||||||
<framework src="Stripe" type="podspec" spec="~> 15.0.0" />
|
<framework src="Stripe" type="podspec" spec="~> 15.0.0" />
|
||||||
<framework src="Alamofire" type="podspec" spec="~> 4.8.1" />
|
<framework src="Alamofire" type="podspec" spec="~> 4.8.1" />
|
||||||
<framework src="CardIO" type="podspec" spec="~> 5.4.1" />
|
<framework src="CardIO" type="podspec" spec="~> 5.4.1" /> -->
|
||||||
|
|
||||||
<!-- https://github.com/cordova-develop/cordova-plugin-pods3/blob/master/plugin.xml -->
|
<!-- https://github.com/cordova-develop/cordova-plugin-pods3/blob/master/plugin.xml -->
|
||||||
<!-- <podspec>
|
<podspec>
|
||||||
<config>
|
<config>
|
||||||
<source url="https://github.com/CocoaPods/Specs.git"/>
|
<source url="https://github.com/CocoaPods/Specs.git"/>
|
||||||
</config>
|
</config>
|
||||||
<pods use-frameworks="true">
|
<pods use-frameworks="true">
|
||||||
<pod name="Stripe" spec="~> 15.0.0" />
|
<pod name="Stripe" spec="~> 17.0.1" />
|
||||||
<pod name="CardIO" spec="~> 5.4.1" />
|
<pod name="CardIO" spec="~> 5.4.1" />
|
||||||
<pod name="Alamofire" spec="~> 4.8.1" swift-version="4.2" />
|
<pod name="Alamofire" spec="~> 4.8.1" swift-version="4.2" />
|
||||||
</pods>
|
</pods>
|
||||||
</podspec> -->
|
</podspec>
|
||||||
|
|
||||||
<source-file src="src/ios/StripeAPIClient.swift" />
|
<source-file src="src/ios/StripeAPIClient.swift" />
|
||||||
<source-file src="src/ios/StripePaymentOptions.swift" />
|
<source-file src="src/ios/StripePaymentOptions.swift" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user