[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 5 / 7 / SPSDKPay / 1.1.2 / SPSDKPay.podspec.json
blob431991454ca3627e93a9cea7baaaee9307f3516b
2   "name": "SPSDKPay",
3   "version": "1.1.2",
4   "summary": "Supay iOS SDK",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,支付宝支付。",
6   "homepage": "https://github.com/supaytech/superpay-ios-sdk",
7   "license": "COMMERCIAL",
8   "authors": {
9     "Afon Weng": "lm.zou@rechengit.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/supaytech/superpay-ios-sdk.git",
16     "tag": "1.1.2"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay",
22     "Wx",
23     "UnionPay"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "lib/*.h",
29       "public_header_files": "lib/*.h",
30       "vendored_libraries": "lib/*.a",
31       "resources": "lib/*.bundle",
32       "frameworks": [
33         "CFNetwork",
34         "SystemConfiguration",
35         "Security",
36         "CoreLocation"
37       ],
38       "ios": {
39         "libraries": [
40           "c++",
41           "stdc++",
42           "z"
43         ]
44       },
45       "xcconfig": {
46         "OTHER_LDFLAGS": "-ObjC"
47       }
48     },
49     {
50       "name": "Alipay",
51       "vendored_libraries": "lib/Channels/Alipay/*.a",
52       "vendored_frameworks": "lib/Channels/Alipay/*.framework",
53       "resources": "lib/Channels/Alipay/*.bundle",
54       "frameworks": [
55         "CoreMotion",
56         "CoreTelephony"
57       ],
58       "dependencies": {
59         "SPSDKPay/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Wx",
66       "source_files": "lib/Channels/Wx/*.h",
67       "vendored_libraries": "lib/Channels/Wx/*.a",
68       "dependencies": {
69         "SPSDKPay/Core": [
71         ]
72       }
73     },
74     {
75       "name": "UnionPay",
76       "source_files": "lib/Channels/UnionPay/*.h",
77       "vendored_libraries": "lib/Channels/UnionPay/*.a",
78       "dependencies": {
79         "SPSDKPay/Core": [
81         ]
82       }
83     }
84   ]