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