blob: e03ba43c05d43821f231b924302e2bdb1655848c [file] [log] [blame]
{
"name": "AliPaySDKForXH",
"version": "0.1.0",
"summary": "支付宝SDK",
"description": "该pod是只是单纯集成了支付宝SDK,并不包括支付模块的逻辑,可以导入该pod单独编译测试支付宝SDK",
"homepage": "https://openhome.alipay.com/platform/home.htm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyou": "wangyou@dfire.com"
},
"source": {
"git": "http://git.2dfire-inc.com/wangyou/AliPaySDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "AliPaySDK/AlipaySDK.framework",
"frameworks": [
"UIKit",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"c++",
"stdc++",
"z"
]
},
"resources": "AliPaySDK/AlipaySDK.bundle"
}