blob: b0fc0572b659dc9bb2a015dd2686e5f49feb7f5a [file] [log] [blame]
{
"name": "AndpayFastpaySDK",
"version": "0.1.2",
"summary": "Andpay-Fastpay-SDK-iOS",
"homepage": "https://github.com/Andpay/Andpay-Fastpay-SDK-iOS.git",
"license": "Copyright (c) 2017年 Andpay.",
"authors": {
"Kelven": "gan.chen@andpay.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Andpay/Andpay-Fastpay-SDK-iOS.git",
"tag": "0.1.2"
},
"default_subspecs": "AndpayFastpay",
"subspecs": [
{
"name": "AndpayFastpay",
"source_files": "AndpayFastpaySDK/AndpayFastPay.h",
"resources": "AndpayFastpaySDK/AndpayFastPaySDK.bundle",
"ios": {
"vendored_frameworks": "AndpayFastpaySDK/APFastPaySDK.framework"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"CoreLocation",
"Foundation",
"Security"
]
},
{
"name": "AndpayFastpayEx001",
"source_files": "AndpayFastpaySDK/AndpayFastPay.h",
"resources": "AndpayFastpaySDK/AndpayFastPaySDK.bundle",
"ios": {
"vendored_frameworks": [
"AndpayFastpaySDK/APFastPaySDK.framework",
"AndpayFastpaySDK/AndpayFastpayEx001.framework"
]
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"CoreLocation",
"Foundation",
"Security",
"CFNetwork",
"QuartzCore",
"CoreGraphics"
]
}
]
}