[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / d / b / UnionPaySDK / 0.0.2 / UnionPaySDK.podspec.json
blob04a16b276a5e57e0b032f44b80e8ab8caa86f9d9
2   "name": "UnionPaySDK",
3   "version": "0.0.2",
4   "summary": "银联支付SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/7General",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wanghuizhou": "wanghuizhou@guazi.com"
13   },
14   "source": {
15     "git": "https://github.com/7General/UnionPaySDK.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_libraries": "UnionPaySDK/Frameworks/libPaymentControl.a",
22   "libraries": "z",
23   "frameworks": [
24     "CFNetwork",
25     "SystemConfiguration",
26     "CoreTelephony"
27   ],
28   "source_files": "UnionPaySDK/Classes/**/*",
29   "user_target_xcconfig": {
30     "OTHER_LDFLAGS": [
31       "-lc++"
32     ]
33   }