[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 8 / 9 / QNNLib / 1.0.2 / QNNLib.podspec.json
bloba6bdfb03a8248a85ded4275d2c47d581da984b3f
2   "name": "QNNLib",
3   "version": "1.0.2",
4   "summary": "QNNLib",
5   "description": "Swift 私有组件库",
6   "homepage": "https://github.com/wangdongyang/QNNLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "joe": "wf_pinbo@163.com"
13   },
14   "source": {
15     "git": "https://github.com/wangdongyang/QNNLib.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "resource_bundles": {
23     "QNNLib": [
24       "QNNLib/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   },
31   "subspecs": [
32     {
33       "name": "Base",
34       "source_files": "QNNLib/Classes/Base/**/*",
35       "dependencies": {
36         "QNNLib/VenderLib": [
38         ]
39       }
40     },
41     {
42       "name": "Extension",
43       "source_files": "QNNLib/Classes/Extension/**/*",
44       "dependencies": {
45         "SDWebImage": [
47         ],
48         "QNNLib/Base": [
50         ],
51         "SnapKit": [
53         ],
54         "Then": [
56         ],
57         "Toast": [
59         ]
60       }
61     },
62     {
63       "name": "Tools",
64       "source_files": "QNNLib/Classes/Tools/**/*",
65       "dependencies": {
66         "Fuzi": [
68         ],
69         "FCUUID": [
71         ],
72         "SwiftyJSON": [
74         ],
75         "QNNLib/Extension": [
77         ],
78         "QNNLib/Base": [
80         ],
81         "Toast": [
83         ]
84       }
85     },
86     {
87       "name": "UIComponents",
88       "source_files": "QNNLib/Classes/UIComponents/**/*",
89       "dependencies": {
90         "FSPagerView": [
92         ],
93         "SnapKit": [
95         ],
96         "Then": [
98         ],
99         "QNNLib/Extension": [
101         ],
102         "QNNLib/Tools": [
104         ],
105         "QNNLib/VenderLib": [
107         ],
108         "QNNLib/Base": [
110         ]
111       }
112     },
113     {
114       "name": "VenderLib",
115       "source_files": "QNNLib/Classes/VenderLib/**/*",
116       "dependencies": {
117         "TTTAttributedLabel": [
119         ]
120       }
121     }
122   ],
123   "swift_version": "5.0"