blob: abe334e5663d6e09f6ee55c7d854e649574e8e37 [file] [log] [blame]
{
"name": "AliPay_SDK",
"version": "2.0.0",
"summary": "Ali Pay iOS SDK.",
"homepage": "https://open.alipay.com",
"license": "MIT",
"authors": {
"Ali": "https://open.alipay.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"http": "https://github.com/littleSun/AliPay/archive/master.zip"
},
"resources": "**/*.bundle",
"vendored_frameworks": "**/*.framework",
"frameworks": [
"CoreMotion",
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true
}