blob: 96f8c88a4c0c4c475118445fa11691022e8d408f [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.0.8",
"summary": "AliPay SDK for iOS",
"description": "AliPay 移动支付接口智能 SDK 版 for iOS",
"homepage": "https://github.com/robin2005/AliPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"robin2005": "57048685@qq.com"
},
"source": {
"git": "https://github.com/robin2005/AliPaySDK.git",
"tag": "1.0.8"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"Security",
"QuartzCore",
"CoreText",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"SystemConfiguration"
],
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": [
"AliPay-Extend/openssl/**/*.h",
"AliPay-Extend/**/*.{h,m}"
],
"public_header_files": [
"AliPay-Extend/openssl/**/*.h",
"AliPay-Extend/**/*.h"
],
"header_dir": "openssl",
"preserve_paths": [
"AliPay-Extend/libcrypto.a",
"AliPay-Extend/libssl.a"
],
"vendored_libraries": [
"AliPay-Extend/libcrypto.a",
"AliPay-Extend/libssl.a"
],
"vendored_frameworks": "AlipaySDK.framework"
},
"libraries": [
"ssl",
"crypto",
"z",
"c++"
],
"resources": "AlipaySDK.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK $(PODS_ROOT)/FBAliPaySDK/AliPay-Extend"
}
}