blob: 18a8e106c9102b2b3c35d76c44b1860a5999ad81 [file] [log] [blame]
{
"name": "AlipaySDK-JDBR",
"version": "0.0.2",
"summary": "AlipaySDK for iOS",
"description": "AlipaySDK cocoapods integration",
"homepage": "https://b.alipay.com/newIndex.htm",
"license": {
"type": "Copyright",
"text": "支付宝(中国)网络技术有限公司  版权所有."
},
"authors": {
"fanhuibo": "huibo.fan@huaat.net"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jidibingren/AlipaySDK-JDBR.git",
"tag": "0.0.2"
},
"requires_arc": true,
"resources": "AlipaySDK.bundle",
"vendored_frameworks": "AlipaySDK.framework",
"public_header_files": "AlipaySDK.framework/Headers/**/*.h",
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"z",
"c++"
]
}