blob: f4228b7e8ff9e14107f1125c9f75d4ba0482f186 [file] [log] [blame]
{
"name": "SYZAliPaySDK",
"version": "0.1.0",
"summary": "支付宝支付sdk",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sundasheng1985/SYZAliPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sundasheng1985": "641569408@qq.com"
},
"source": {
"git": "https://github.com/sundasheng1985/SYZAliPaySDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "SYZAliPaySDK/AlipaySDK.framework",
"resources": "SYZAliPaySDK/AlipaySDK.bundle",
"source_files": "SYZAliPaySDK/*.{h,m}",
"public_header_files": "SYZAliPaySDK/*.h",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"c++",
"z"
]
}