[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / e / d / XTInputKit / 0.3.4 / XTInputKit.podspec.json
blobe131f1720d1d921760531a650afe220bf47f09d7
2   "name": "XTInputKit",
3   "version": "0.3.4",
4   "summary": "一些常用的iOS开发代码及扩展集合,例如打印日志的工具XTILoger,用16进制取颜色,keychain,NetWork···",
5   "description": "TODO:平时开发积累的代码整合起来的。包括且不限于UINavigationController、UIViewController、UITabBarController的扩展,以及String、Date、DispatchQueue的扩展。",
6   "homepage": "https://github.com/xt-input/XTInputKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xt-input": "input@tcoding.cn"
13   },
14   "source": {
15     "git": "https://github.com/xt-input/XTInputKit.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5",
22   "requires_arc": true,
23   "swift_version": "5",
24   "subspecs": [
25     {
26       "name": "Extension",
27       "source_files": "XTInputKit/Classes/Extension/**/*.swift"
28     },
29     {
30       "name": "XTITool",
31       "source_files": "XTInputKit/Classes/XTIClass/*.swift"
32     },
33     {
34       "name": "XTILoger",
35       "source_files": "XTInputKit/Classes/XTILoger/*.swift",
36       "dependencies": {
37         "XTInputKit/XTITool": [
39         ]
40       }
41     },
42     {
43       "name": "XTINetWork",
44       "source_files": "XTInputKit/Classes/Network/*.swift",
45       "dependencies": {
46         "XTInputKit/XTILoger": [
48         ],
49         "Alamofire": [
50           "~> 5.0.0-rc.2"
51         ],
52         "XTIObjectMapper": [
53           "~> 13.5.1"
54         ],
55         "Cache": [
56           "~> 5.2.0"
57         ]
58       }
59     }
60   ]