[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 1 / 5 / SwiftyTool / 1.1.1 / SwiftyTool.podspec.json
blob8114356ed075d5a946b412987bfd5da5018866d1
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.1.1",
10   "source": {
11     "git": "https://github.com/liujunliuhong/SwiftTool.git",
12     "tag": "1.1.1"
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   "swift_version": "5.0"