blob: f64863dd2a34fc229ba9262ff53c951ed59a0f38 [file] [log] [blame]
{
"name": "CordovaPluginAlipay",
"version": "0.0.1",
"summary": "A Cordova2.6 Plugin",
"description": "A Cordova2.6 Plugin by BingoSoft.",
"homepage": "https://gitlab.bingosoft.net/pay/ios/pay.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dongfuming": "dfm1212@163.com"
},
"source": {
"git": "https://gitlab.bingosoft.net/pay/ios/pay.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AliPay": [
"~> 2.1.2"
]
},
"requires_arc": true
}