blob: 8530fd723316e621a5de8fc5b4613d3c2c213689 [file] [log] [blame]
{
"name": "DKPay",
"version": "0.0.2",
"platforms": {
"ios": "8.0"
},
"summary": "A dankal pay pod.",
"homepage": "https://github.com/bingozb/DKPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bingozb": "454113692@qq.com"
},
"source": {
"git": "https://github.com/bingozb/DKPay.git",
"tag": "v0.0.2"
},
"source_files": "DKPay/**/*.{h,m}",
"resources": "DKPay/AlipaySDK/AlipaySDK.bundle",
"requires_arc": true,
"vendored_frameworks": "DKPay/AlipaySDK/AlipaySDK.framework",
"frameworks": [
"Foundation",
"CoreGraphics",
"CoreTelephony",
"CoreText",
"QuartzCore",
"SystemConfiguration",
"CFNetwork",
"CoreMotion",
"AlipaySDK"
],
"libraries": [
"z",
"c++"
],
"public_header_files": [
"DKPay/AlipaySDK/AlipaySDK.framework/Headers/**/*.h",
"DKPay/**/*.h"
],
"dependencies": {
"OpenSSL": [
]
}
}