blob: 6136d4a3b103b1c5fa8c714026194d088f00aaac [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.2.6",
"summary": "FBAliPaySDK 是 AlipaySDK 的帮助类库。",
"description": "FBAliPaySDK 是 AlipaySDK 的帮助类库。它从 AlipaySDK 官方 Demo 中提取除 AlipaySDK.framework 和 AlipaySDK.bundle 之外的文件。",
"homepage": "https://github.com/robin2005/AliPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AliPay": "http://www.alipay.com/"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/robin2005/AliPaySDK.git",
"tag": "1.2.6"
},
"requires_arc": true,
"subspecs": [
{
"name": "SDK",
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++"
],
"vendored_frameworks": "AlipaySDK.framework",
"resources": "AlipaySDK.bundle"
},
{
"name": "JSON",
"dependencies": {
"FBJSON": [
]
}
},
{
"name": "Order",
"source_files": "FBAliPaySDK/Classes/**/*.{h,m}"
},
{
"name": "Util",
"source_files": "FBAliPaySDK/Util/**/*.{h,m}",
"dependencies": {
"GRKOpenSSLFramework": [
]
}
}
]
}