blob: f441a59749ce425b83c0d81c1f9d5abe832e22cd [file] [log] [blame]
{
"name": "WUAlipay",
"version": "1.0.0",
"summary": "A short description of WUAlipay.",
"homepage": "https://github.com/51wakeup/WUAliPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"醒来-技术": "1020166296@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/51wakeup/WUAliPay.git",
"tag": "v1.0.0"
},
"source_files": "WUAliPay/SDK/*.{h,m}",
"resources": [
"WUAliPay/SDK/*.{bundle}"
],
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"QuartzCore",
"CoreText",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"c++",
"z"
],
"vendored_frameworks": "WUAliPay/SDK/AlipaySDK.framework"
}