blob: ccd41b8174820272446e796eac5dac17d413ab57 [file] [log] [blame]
{
"name": "UnionPaySDK",
"version": "0.0.1",
"summary": "A short description of UnionPaySDK.",
"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.1"
},
"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++"
]
}
}