blob: 70979a9b1f315df3390200209369234b2cf8962e [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.2.1",
"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.1"
},
"resources": "AlipaySDK.bundle",
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true,
"vendored_frameworks": [
"AlipaySDK.framework",
"FBAliPaySDK/StaticLibrary/openssl.framework"
],
"source_files": "FBAliPaySDK/Util/**/*.{h,m}",
"subspecs": [
{
"name": "Order",
"source_files": "FBAliPaySDK/Classes/**/*.{h,m}"
},
{
"name": "JSON",
"source_files": "FBAliPaySDK/JSON/**/*.{h,m}"
}
]
}