[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / d / b / CGYPay / 1.2.1 / CGYPay.podspec.json
blob3e220aa0760ca8c7f3a00348017aefc336dfa3dd
2   "name": "CGYPay",
3   "version": "1.2.1",
4   "summary": "CGYPay SDK",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/Chakery/CGYPay",
10   "authors": {
11     "chakery": "striveordeath@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Chakery/CGYPay.git",
18     "tag": "1.2.1"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "CGYPay/Classes/CGYPayCore",
26       "ios": {
27         "libraries": [
28           "c++",
29           "z"
30         ]
31       },
32       "frameworks": [
33         "CoreTelephony",
34         "SystemConfiguration",
35         "CFNetwork"
36       ],
37       "xcconfig": {
38         "OTHER_LDFLAGS": "-ObjC"
39       }
40     },
41     {
42       "name": "AliPay",
43       "source_files": [
44         "CGYPay/Classes/AlipaySDk",
45         "CGYPay/Classes/AlipaySDk/AlipaySDK.framework/Headers/*"
46       ],
47       "vendored_frameworks": "CGYPay/Classes/AlipaySDk/AlipaySDK.framework",
48       "frameworks": [
49         "CoreMotion",
50         "CoreGraphics",
51         "CoreText",
52         "QuartzCore"
53       ],
54       "dependencies": {
55         "CGYPay/Core": [
57         ]
58       }
59     },
60     {
61       "name": "WxPay",
62       "source_files": "CGYPay/Classes/WxSDK",
63       "vendored_libraries": "CGYPay/Classes/WxSDK/*.a",
64       "ios": {
65         "libraries": "sqlite3.0"
66       },
67       "dependencies": {
68         "CGYPay/Core": [
70         ]
71       }
72     },
73     {
74       "name": "UnionPay",
75       "source_files": "CGYPay/Classes/UPPaySDK",
76       "vendored_libraries": "CGYPay/Classes/UPPaySDK/*.a",
77       "dependencies": {
78         "CGYPay/Core": [
80         ]
81       }
82     }
83   ]