[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / e / SYUPPaySDK / 1.0.0 / SYUPPaySDK.podspec.json
blobef7cfa71a898d37e5065350c343a342a2c3ef51e
2   "name": "SYUPPaySDK",
3   "version": "1.0.0",
4   "summary": "集成银联支付SDK,支持打包成动态库",
5   "description": "在银联支付官方SDK上包了一层,支持打包成动态库",
6   "homepage": "https://github.com/isandboy/SYUPPaySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "isandboy": "sandboylu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/isandboy/SYUPPaySDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "SYUPPaySDK/paymentcontrol/**/*.h",
22   "source_files": "SYUPPaySDK/**/*.{h,m}",
23   "vendored_libraries": "SYUPPaySDK/paymentcontrol/**/*.a",
24   "libraries": [
25     "c++",
26     "z",
27     "sqlite3"
28   ],
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-all_load"
31   }