blob: 04a16b276a5e57e0b032f44b80e8ab8caa86f9d9 [file] [log] [blame]
{
"name": "UnionPaySDK",
"version": "0.0.2",
"summary": "银联支付SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/7General",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanghuizhou": "wanghuizhou@guazi.com"
},
"source": {
"git": "https://github.com/7General/UnionPaySDK.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"vendored_libraries": "UnionPaySDK/Frameworks/libPaymentControl.a",
"libraries": "z",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreTelephony"
],
"source_files": "UnionPaySDK/Classes/**/*",
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
}
}