blob: f3568f2f02e2927a64eac8fee2080d56cda817f5 [file] [log] [blame]
{
"name": "AlipaySDK-Vendor",
"version": "1.0.0",
"summary": "An unofficial AlipaySDK Cocoapods repository.",
"homepage": "https://doc.open.alipay.com/doc2/alipayDocIndex.htm",
"license": "MIT",
"authors": {
"FlyingNoob": "https://github.com/FlyingNoob"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FlyingNoob/AlipaySDK.git",
"tag": "1.0.0"
},
"vendored_frameworks": "AlipaySDK.framework",
"resources": "AlipaySDK.bundle",
"frameworks": [
"SystemConfiguration",
"CoreMotion",
"CFNetwork",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true
}