blob: 7e992fa4f97dc6ce7ea1e3723e8e3ec15531629e [file] [log] [blame]
{
"name": "QDAliPaySDK",
"version": "0.1.2",
"summary": "QDAliPaySDK",
"homepage": "https://github.com/qudianapp/QDAliPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"362694311@qq.com": "yangwende@qudian.com"
},
"source": {
"git": "https://github.com/qudianapp/QDAliPaySDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QDAliPaySDK/Assets/**/*.{bundle,a}",
"resources": "QDAliPaySDK/Assets/AlipaySDK.bundle",
"ios": {
"vendored_frameworks": "QDAliPaySDK/Assets/AlipaySDK.framework",
"vendored_libraries": [
"QDAliPaySDK/Assets/libcrypto.a",
"QDAliPaySDK/Assets/libssl.a"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"CoreMotion",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork"
],
"libraries": [
"z",
"c++",
"crypto",
"ssl"
]
}