[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / 7 / e / d / XTInputKit / 0.1.1 / XTInputKit.podspec.json
bloba9c6a5f92ab92381953a4ceeb33fd72387681236
2   "name": "XTInputKit",
3   "version": "0.1.1",
4   "summary": "一些常用的iOS开发代码及扩展集合,例如打印日志的工具XTILoger,用16进制取颜色,keychain,NetWork···",
5   "description": "平时开发积累的代码整合起来的。包括且不限于UINavigationController、UIViewController、UITabBarController的扩展,以及String、Date、DispatchQueue的扩展。",
6   "homepage": "https://github.com/xt-input/XTInputKit",
7   "license": "MIT",
8   "authors": {
9     "xt-input": "input@tcoding.cn"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xt-input/XTInputKit.git",
16     "tag": "0.1.1"
17   },
18   "swift_versions": "4.2",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "XTILoger",
23       "source_files": "Source/XTILoger/*.swift"
24     },
25     {
26       "name": "Extension",
27       "source_files": "Source/Extension/**/*.swift"
28     },
29     {
30       "name": "XTITool",
31       "source_files": "Source/Class/*.swift"
32     },
33     {
34       "name": "XTINetWork",
35       "source_files": "Source/Network/*.swift",
36       "dependencies": {
37         "XTInputKit/XTILoger": [
39         ],
40         "XTInputKit/XTITool": [
42         ],
43         "HandyJSON": [
45         ],
46         "Alamofire": [
48         ]
49       }
50     }
51   ]