[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 7 / d / 4 / XTKit / 0.0.1 / XTKit.podspec.json
blobcd83c61eb452b009895ee672e725d5fa3f573138
2   "name": "XTKit",
3   "version": "0.0.1",
4   "summary": "一些常用的iOS开发代码集合",
5   "description": "平时开发积累的代码整合起来的。",
6   "homepage": "https://github.com/xt-input/XTKit",
7   "license": "MIT",
8   "authors": {
9     "input": "input@07coding.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xt-input/XTKit.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "Source/XTKit-ObjC.h",
19   "requires_arc": true,
20   "deprecated": true,
21   "subspecs": [
22     {
23       "name": "ObjC",
24       "source_files": "Source/ObjC/*.{h,m}"
25     },
26     {
27       "name": "XTLoger",
28       "source_files": "Source/XTLoger/*.swift",
29       "pod_target_xcconfig": {
30         "SWIFT_VERSION": "4.0"
31       }
32     },
33     {
34       "name": "SWIFT",
35       "source_files": "Source/{Class,Extension}/**/*.swift",
36       "pod_target_xcconfig": {
37         "SWIFT_VERSION": "4.0"
38       },
39       "dependencies": {
40         "XTKit/ObjC": [
42         ]
43       }
44     }
45   ]