blob: b9e9d2e945d662f7ad9fdf5b9b5481196aeea826 [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.0.4",
"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"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/robin2005/AliPaySDK.git",
"tag": "1.0.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": [
"openssl/*.h",
"RSA/*.h",
"Util/*.h",
"json/*.h",
"*.h"
],
"vendored_frameworks": "AlipaySDK.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"Security",
"QuartzCore",
"CoreText",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"SystemConfiguration"
],
"preserve_paths": [
"libcrypto.a",
"libssl.a"
],
"vendored_libraries": [
"libcrypto.a",
"libssl.a"
],
"libraries": [
"ssl",
"crypto",
"z",
"c++"
],
"resources": "Alixpay.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK"
}
}