blob: a8f8ea6dfd6f109d5bee4cf920a0c8da89c2d54a [file] [log] [blame]
{
"name": "UnionPay",
"version": "3.3.12",
"summary": "银联官方SDK(3.3.12)",
"description": "银联官方SDK(3.3.12),方便大家使用cocoapods导入",
"homepage": "https://github.com/lyuxxx/UnionPay",
"license": "MIT",
"authors": {
"lyuxxx": "lyxiel@163.com"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source": {
"git": "https://github.com/lyuxxx/UnionPay.git",
"tag": "3.3.12"
},
"source_files": "SDK/*.{h,m}",
"public_header_files": "SDK/*.h",
"frameworks": [
"Foundation",
"UIKit",
"CFNetwork",
"SystemConfiguration"
],
"libraries": [
"z",
"stdc++"
],
"requires_arc": true,
"vendored_libraries": "SDK/libPaymentControl.a"
}