[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 1 / 5 / SwiftyTool / 1.2.0 / SwiftyTool.podspec.json
blobdf2b40f2bb558482dfa794cdeb85d9917093c34e
2   "name": "SwiftyTool",
3   "homepage": "https://github.com/liujunliuhong/SwiftTool",
4   "summary": "Swift版本的开发工具",
5   "description": "Swift版本的开发工具,旨在帮助开发人员快速开发,持续更新中...",
6   "authors": {
7     "liujunliuhong": "1035841713@qq.com"
8   },
9   "version": "1.2.0",
10   "source": {
11     "git": "https://github.com/liujunliuhong/SwiftTool.git",
12     "tag": "1.2.0"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "module_name": "SwiftyTool",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "UIKit",
28       "source_files": "Sources/UIKit/*.swift"
29     },
30     {
31       "name": "Foundation",
32       "source_files": "Sources/Foundation/*.swift"
33     },
34     {
35       "name": "File",
36       "source_files": "Sources/File/*.swift"
37     },
38     {
39       "name": "Log",
40       "source_files": "Sources/Log/*.swift",
41       "dependencies": {
42         "CocoaLumberjack/Swift": [
44         ]
45       }
46     },
47     {
48       "name": "HUD",
49       "source_files": "Sources/Hud/*.swift",
50       "dependencies": {
51         "MBProgressHUD": [
53         ],
54         "SwiftyTool/UIKit": [
56         ]
57       },
58       "resources": "Sources/Hud/GLHud.bundle"
59     },
60     {
61       "name": "NavigationBar",
62       "source_files": "Sources/NavigationBar/*.swift",
63       "dependencies": {
64         "GLDeviceTool": [
66         ],
67         "SwiftyTool/UIKit": [
69         ],
70         "SnapKit": [
72         ]
73       }
74     },
75     {
76       "name": "AsyncDisplayKit",
77       "source_files": "Sources/AsyncDisplayKit/*.swift",
78       "dependencies": {
79         "SwiftyTool/Foundation": [
81         ],
82         "SwiftyTool/UIKit": [
84         ],
85         "Texture": [
87         ]
88       }
89     },
90     {
91       "name": "Map",
92       "source_files": "Sources/Map/*.swift",
93       "dependencies": {
94         "SwiftyTool/UIKit": [
96         ],
97         "SwiftyTool/Foundation": [
99         ]
100       }
101     },
102     {
103       "name": "SystemFaceKeyboard",
104       "source_files": "Sources/SystemFaceKeyboard/*.swift",
105       "dependencies": {
106         "SwiftyTool/UIKit": [
108         ]
109       },
110       "resources": "Sources/SystemFaceKeyboard/GLSystemFace.bundle"
111     },
112     {
113       "name": "Alert",
114       "source_files": "Sources/Alert/*.swift",
115       "dependencies": {
116         "Texture": [
118         ],
119         "SnapKit": [
121         ]
122       }
123     },
124     {
125       "name": "WeakProxy",
126       "source_files": "Sources/WeakProxy/*.{h,m}"
127     },
128     {
129       "name": "Reachability",
130       "source_files": "Sources/Reachability/*.swift",
131       "dependencies": {
132         "Alamofire": [
134         ]
135       }
136     },
137     {
138       "name": "WordsSort",
139       "source_files": "Sources/WordsSort/*.swift"
140     },
141     {
142       "name": "Chain",
143       "source_files": "Sources/Chain/*.swift"
144     },
145     {
146       "name": "PickerView",
147       "subspecs": [
148         {
149           "name": "Common",
150           "source_files": "Sources/PickerView/Picker/*.swift"
151         },
152         {
153           "name": "City",
154           "source_files": "Sources/PickerView/City Picker/*.swift",
155           "resources": "Sources/PickerView/City Picker/GLCity.bundle",
156           "dependencies": {
157             "SwiftyTool/PickerView/Common": [
159             ]
160           }
161         }
162       ]
163     },
164     {
165       "name": "Navigation",
166       "source_files": "Sources/Navigation/*.swift"
167     },
168     {
169       "name": "Notification",
170       "source_files": "Sources/Notification/*.swift"
171     },
172     {
173       "name": "Crypto",
174       "source_files": "Sources/Crypto/*.swift"
175     },
176     {
177       "name": "AttributedString",
178       "source_files": "Sources/AttributedString/*.swift"
179     },
180     {
181       "name": "Location",
182       "subspecs": [
183         {
184           "name": "Single",
185           "source_files": "Sources/Location/Single/*.swift"
186         }
187       ]
188     }
189   ],
190   "swift_version": "5.0"