[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / e / d / XTInputKit / 0.2.3 / XTInputKit.podspec.json
blob79eb71cbbc3c5a9c1618e55e44d50a719073f76f
2   "name": "XTInputKit",
3   "version": "0.2.3",
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.2.3"
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": "XTILoger",
27       "source_files": "XTInputKit/Classes/XTILoger/*.swift"
28     },
29     {
30       "name": "Extension",
31       "source_files": "XTInputKit/Classes/Extension/**/*.swift"
32     },
33     {
34       "name": "XTITool",
35       "source_files": "XTInputKit/Classes/XTIClass/*.swift"
36     },
37     {
38       "name": "XTINetWork",
39       "source_files": "XTInputKit/Classes/Network/*.swift",
40       "dependencies": {
41         "XTInputKit/XTILoger": [
43         ],
44         "XTInputKit/XTITool": [
46         ],
47         "HandyJSON": [
48           "~> 5.0.0"
49         ],
50         "Alamofire": [
51           "~> 5.0.0-beta.6"
52         ]
53       }
54     }
55   ]