[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / b / c / SwiftLiteKit / 0.9.2 / SwiftLiteKit.podspec.json
blobf51a8e6db32605fa2a8303c6e3cf3a7983a1d94a
2   "name": "SwiftLiteKit",
3   "version": "0.9.2",
4   "summary": "Some extension for swift in my work.",
5   "platforms": {
6     "ios": "10.0"
7   },
8   "swift_version": "4.2",
9   "description": "Some extension for swift in my work...",
10   "homepage": "https://github.com/moshiwu/SwiftLiteKit",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "moshiwu": "183795044@qq.com"
17   },
18   "source": {
19     "git": "https://github.com/moshiwu/SwiftLiteKit.git",
20     "tag": "0.9.2"
21   },
22   "default_subspecs": [
23     "Core",
24     "Class",
25     "Struct",
26     "Protocol"
27   ],
28   "frameworks": "UIKit",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "SwiftLiteKit/Classes/Core/**/*.swift"
33     },
34     {
35       "name": "Class",
36       "source_files": "SwiftLiteKit/Classes/Class/**/*.swift",
37       "dependencies": {
38         "SwiftLiteKit/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Struct",
45       "source_files": "SwiftLiteKit/Classes/Struct/**/*.swift",
46       "dependencies": {
47         "SwiftLiteKit/Core": [
49         ]
50       }
51     },
52     {
53       "name": "Protocol",
54       "source_files": "SwiftLiteKit/Classes/Protocol/**/*.swift",
55       "dependencies": {
56         "SwiftLiteKit/Core": [
58         ]
59       }
60     }
61   ]