blob: d8b4787152d86d5f31251f7947c26d7d5740f358 [file] [log] [blame]
{
"name": "AlipaySDK_New",
"version": "15.6.0",
"summary": "iOS 标准支付宝SDK,一直保持最新",
"homepage": "https://open.alipay.com/platform/home.htm",
"license": {
"type": "Copyright",
"text": " 支付宝(中国)网络技术有限公司 版权所有.\n"
},
"authors": {
"luoxiao": "luoxiao1115@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/luoxiao/AlipaySDK.git",
"tag": "15.6.0"
},
"source_files": "**/*.{h,m}",
"vendored_frameworks": "AlipaySDK.framework",
"public_header_files": "AlipaySDK.framework/Headers/**/*.h",
"resources": "AlipaySDK.bundle",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}