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