blob: 8895e57d5662274b0bd1ad96b78e873f94e134fd [file] [log] [blame]
{
"name": "AlipaySDK-2.0",
"version": "3.0.1.1",
"summary": "Alipay SDK for iOS. You can create alipay order or sign orders with `Order` subspec.",
"homepage": "https://b.alipay.com/newIndex.htm",
"license": {
"type": "Copyright",
"text": " 支付宝(中国)网络技术有限公司 ^? 版权所有.\n"
},
"authors": {
"AliPay": "http://www.alipay.com/"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/candyan/AlipaySDK.git",
"tag": "3.0.1.1"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"resources": "AlipaySDK.bundle",
"vendored_frameworks": "AlipaySDK.framework",
"public_header_files": "AlipaySDK.framework/Headers/**/*.h"
},
{
"name": "Order",
"source_files": "sources/**/*.{h,m}",
"dependencies": {
"AlipaySDK-2.0/Core": [
],
"OpenSSL": [
],
"PupaFoundation": [
]
}
}
]
}