blob: 64afd85c5117cf9e3bd2e95b931d90a98e5f4b51 [file] [log] [blame]
{
"name": "SNAlipaySDK",
"version": "2.4",
"summary": "Alipay SDK 2.4 for iOS.",
"license": {
"type": "Copyright",
"text": "支付宝(中国)网络技术有限公司 版权所有."
},
"homepage": "https://doc.open.alipay.com/doc2/detail?treeId=59&articleId=103660&docType=1",
"authors": {
"Alipay": "https://www.alipay.com/"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/iOSBoy/SNAlipaySDK.git",
"tag": "2.4"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"resources": "SDK2.4/AlipaySDK.bundle",
"vendored_frameworks": "SDK2.4/AlipaySDK.framework",
"public_header_files": "SDK2.4/AlipaySDK.framework/Headers/**/*.h"
}
]
}