[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / 1 / VPay / 0.0.1 / VPay.podspec.json
blob172494f2d9b1289fbbd211e18c02f34bf788a9d0
2   "name": "VPay",
3   "version": "0.0.1",
4   "summary": "this is  a pay components.",
5   "description": "* this is  a pay components.\n* 包含了Alipay, WxPay, UnionPay\n* 如果需要,后续会陆续集成更多的组件。",
6   "homepage": "https://github.com/lhjzzu/VPay",
7   "license": "MIT",
8   "authors": {
9     "lhjzzu": "1822657131@qq.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/lhjzzu/VPay.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Base",
21     "AliPay",
22     "WxPay",
23     "UnionPay"
24   ],
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lObjC",
27     "ENABLE_BITCODE": "NO"
28   },
29   "subspecs": [
30     {
31       "name": "Base",
32       "source_files": "lib/*.h",
33       "public_header_files": "lib/*.h",
34       "vendored_libraries": "lib/*.a",
35       "frameworks": [
36         "UIKit",
37         "Foudation",
38         "CoreGraphics",
39         "CoreText",
40         "QuartzCore",
41         "CoreTelephony",
42         "SystemConfiguration",
43         "CoreMotion",
44         "CFNetwork"
45       ],
46       "libraries": [
47         "c++",
48         "stdc++",
49         "z",
50         "sqlite3.0"
51       ]
52     },
53     {
54       "name": "AliPay",
55       "vendored_libraries": "lib/Channels/AliPay/*.a",
56       "ios": {
57         "vendored_frameworks": "lib/Channels/AliPay/AlipaySDK.framework"
58       },
59       "resources": "lib/Channels/AliPay/AlipaySDK.bundle",
60       "dependencies": {
61         "VPay/Base": [
63         ]
64       }
65     },
66     {
67       "name": "WxPay",
68       "vendored_libraries": "lib/Channels/WxPay/*.a",
69       "public_header_files": "lib/Channels/WxPay/*.h",
70       "source_files": "lib/Channels/WxPay/*.h",
71       "ios": {
72         "libraries": "sqlite3"
73       },
74       "dependencies": {
75         "VPay/Base": [
77         ]
78       }
79     },
80     {
81       "name": "UnionPay",
82       "vendored_libraries": "lib/Channels/UnionPay/*.a",
83       "public_header_files": "lib/Channels/UnionPay/*.h",
84       "source_files": "lib/Channels/UnionPay/*.h",
85       "dependencies": {
86         "VPay/Base": [
88         ]
89       }
90     }
91   ]