[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / b / CGYPay / 1.1.1 / CGYPay.podspec.json
blobb50ad63c6e4ad9a5caa1db40cbb8b0fc20dc4097
2   "name": "CGYPay",
3   "version": "1.1.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.1.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       "public_header_files": "CGYPay/Classes/AlipaySDk/AlipaySDK.framework/Headers/**/*.h",
49       "frameworks": [
50         "CoreMotion",
51         "CoreGraphics",
52         "CoreText",
53         "QuartzCore"
54       ],
55       "dependencies": {
56         "CGYPay/Core": [
58         ]
59       }
60     },
61     {
62       "name": "WxPay",
63       "source_files": "CGYPay/Classes/WxSDK",
64       "vendored_libraries": "CGYPay/Classes/WxSDK/*.a",
65       "public_header_files": "CGYPay/Classes/WxSDK/*.h",
66       "ios": {
67         "libraries": "sqlite3.0"
68       },
69       "dependencies": {
70         "CGYPay/Core": [
72         ]
73       }
74     },
75     {
76       "name": "UnionPay",
77       "source_files": "CGYPay/Classes/UPPaySDK",
78       "vendored_libraries": "CGYPay/Classes/UPPaySDK/*.a",
79       "public_header_files": "CGYPay/Classes/UPPaySDK/*.h",
80       "dependencies": {
81         "CGYPay/Core": [
83         ]
84       }
85     }
86   ]