[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / e / d / XTInputKit / 0.2 / XTInputKit.podspec.json
blob0dfb51dfd495238785a6c23d40fe6083928f4d0f
2   "name": "XTInputKit",
3   "version": "0.2",
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"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "XTILoger",
26       "source_files": "XTInputKit/Classes/XTILoger/*.swift"
27     },
28     {
29       "name": "Extension",
30       "source_files": "XTInputKit/Classes/Extension/**/*.swift"
31     },
32     {
33       "name": "XTITool",
34       "source_files": "XTInputKit/Classes/XTIClass/*.swift"
35     },
36     {
37       "name": "XTINetWork",
38       "source_files": "XTInputKit/Classes/Network/*.swift",
39       "dependencies": {
40         "XTInputKit/XTILoger": [
42         ],
43         "XTInputKit/XTITool": [
45         ],
46         "HandyJSON": [
47           "~> 5.0.0-beta"
48         ],
49         "Alamofire": [
50           "~> 5.0.0-beta.3"
51         ]
52       }
53     }
54   ]