[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 0.8.2 / SwiftBrick.podspec.json
blob6603035614782178709f6a8f96d20a233c760ef0
2   "name": "SwiftBrick",
3   "version": "0.8.2",
4   "summary": "工具类组件.",
5   "description": "工具.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/SwiftBrick.git",
16     "tag": "0.8.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "dependencies": {
32     "SnapKit": [
34     ]
35   },
36   "resource_bundles": {
37     "SwiftBrick": [
38       "SwiftBrick/Class/*.xcassets"
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "Define",
44       "source_files": "SwiftBrick/Class/Define/**/*"
45     },
46     {
47       "name": "Extensions",
48       "dependencies": {
49         "SwiftBrick/Define": [
51         ]
52       },
53       "source_files": "SwiftBrick/Class/Extensions/**/*"
54     },
55     {
56       "name": "BaseCell",
57       "source_files": "SwiftBrick/Class/BaseCell/**/*"
58     },
59     {
60       "name": "BaseVC",
61       "dependencies": {
62         "SwiftBrick/Define": [
64         ],
65         "SwiftBrick/BaseCell": [
67         ]
68       },
69       "source_files": "SwiftBrick/Class/BaseVC/**/*"
70     },
71     {
72       "name": "ViewFactory",
73       "source_files": "SwiftBrick/Class/ViewFactory/**/*"
74     }
75   ],
76   "swift_version": "5.2"