blob: 6e0e1fb83785c4b33697657cd579a466ab674ff2 [file] [log] [blame]
{
"name": "FBAliPaySDK",
"version": "1.0.5",
"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.5"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"Security",
"QuartzCore",
"CoreText",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"SystemConfiguration"
],
"vendored_frameworks": "AlipaySDK.framework",
"vendored_libraries": [
"AliPay-Extend/libcrypto.a",
"AliPay-Extend/libssl.a"
],
"public_header_files": [
"openssl/*.h",
"AliPay-Extend/*.h",
"AliPay-Extend/**/*.h"
],
"source_files": [
"openssl/*.{h,m}",
"AliPay-Extend/*.{h,m}",
"AliPay-Extend/**/*.{h,m}"
],
"header_dir": "openssl",
"libraries": [
"ssl",
"crypto",
"z",
"c++"
],
"resources": "AlipaySDK.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FBAliPaySDK"
}
}