blob: c5fb0cab8cefddcbfca0fb78d0959459533d1445 [file] [log] [blame]
{
"name": "iOS-AlipaySDK",
"version": "3.0.2",
"summary": "iOS-AlipaySDK",
"homepage": "https://b.alipay.com/newIndex.htm",
"license": {
"type": "Copyright",
"text": "支付宝(中国)网络技术有限公司  版权所有."
},
"authors": {
"AliPay": "http://www.alipay.com/"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source": {
"git": "https://github.com/shenlujia/iOS-AlipaySDK.git",
"tag": "3.0.2"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"resources": "AlipaySDK.bundle",
"vendored_frameworks": "AlipaySDK.framework",
"public_header_files": "AlipaySDK.framework/Headers/**/*.h"
}
]
}