blob: ade4ca79a31bc9216d257250d524691c9b750de4 [file] [log] [blame]
{
"name": "ADAliPaySDK",
"version": "1.0.0",
"summary": "支付宝sdk,方便使用",
"homepage": "https://github.com/tiancanfei/ADAliPaySDK",
"license": "MIT",
"authors": {
"天蚕飞": "bjwltiankong@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tiancanfei/ADAliPaySDK.git",
"tag": "1.0.0"
},
"resources": "AliPaySDK/AlipaySDK.bundle",
"vendored_frameworks": "AliPaySDK/AlipaySDK.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true
}