blob: 0677de24ff32207302f391ebf98aabd2c6a9b779 [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.2.0",
"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/"
},
"source": {
"git": "https://github.com/robin2005/AliPaySDK.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"Security",
"QuartzCore",
"CoreText",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"SystemConfiguration"
],
"libraries": [
"z",
"c++"
],
"vendored_frameworks": "AlipaySDK.framework",
"resources": "AlipaySDK.bundle",
"source_files": "FBAliPaySDK/Classes/**/*.{h,m}",
"public_header_files": "FBAliPaySDK/Classes/*.h",
"requires_arc": true,
"subspecs": [
{
"name": "Util",
"source_files": "FBAliPaySDK/Util/**/*.{h,m}",
"vendored_frameworks": "FBAliPaySDK/StaticLibrary/openssl.framework"
},
{
"name": "JSON",
"source_files": "FBAliPaySDK/JSON/**/*.{h,m}"
}
]
}