[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / d / XTInputKit / 0.1 / XTInputKit.podspec.json
blobe53f7e1bb037c87e5b93017cb24d71fa62c80666
2   "name": "XTInputKit",
3   "version": "0.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"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "XTILoger",
22       "source_files": "Source/XTILoger/*.swift",
23       "pod_target_xcconfig": {
24         "SWIFT_VERSION": "4.2"
25       }
26     },
27     {
28       "name": "Extension",
29       "source_files": "Source/Extension/**/*.swift",
30       "pod_target_xcconfig": {
31         "SWIFT_VERSION": "4.2"
32       }
33     },
34     {
35       "name": "XTITool",
36       "source_files": "Source/Class/*.swift",
37       "pod_target_xcconfig": {
38         "SWIFT_VERSION": "4.2"
39       }
40     },
41     {
42       "name": "XTINetWork",
43       "source_files": "Source/Network/*.swift",
44       "pod_target_xcconfig": {
45         "SWIFT_VERSION": "4.2"
46       },
47       "dependencies": {
48         "XTInputKit/XTILoger": [
50         ],
51         "XTInputKit/XTITool": [
53         ],
54         "HandyJSON": [
55           "~> 4.2.1"
56         ],
57         "Alamofire": [
58           "~> 4.8.1"
59         ]
60       }
61     }
62   ]