blob: 3cd9e32b169f9ff0782160152bd0cda1d32f5d57 [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.1.7",
"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.1.7"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"Security",
"QuartzCore",
"CoreText",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"SystemConfiguration"
],
"libraries": [
"z",
"c++"
],
"ios": {
"vendored_frameworks": "AlipaySDK.framework"
},
"resources": "AlipaySDK.bundle",
"source_files": "FBAliPaySDK/Classes/**/*.{h,m}",
"subspecs": [
{
"name": "Util",
"source_files": "FBAliPaySDK/Util/**/*.{h,m}",
"ios": {
"vendored_frameworks": "FBAliPaySDK/StaticLibrary/openssl.framework"
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(SRCROOT)/#{s.name}/FBAliPaySDK/StaticLibrary"
}
},
{
"name": "JSON",
"source_files": "FBAliPaySDK/JSON/**/*.{h,m}"
}
]
}