blob: d0bdd632ea29693395234de14b6131a85f994a1a [file] [log] [blame]
{
"name": "FBAliPay",
"version": "1.0.0",
"summary": "FBAliPay 是 AlipaySDK 的帮助类库。",
"description": "FBAliPay 是 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/FBAliPay.git",
"tag": "1.0.0"
},
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true,
"vendored_frameworks": "SDK/AlipaySDK.framework",
"resources": "SDK/AlipaySDK.bundle"
}