[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 1.1.0 / SwiftBrick.podspec.json
blob237ab254facb57658368080839272330c0cad6bf
2   "name": "SwiftBrick",
3   "version": "1.1.0",
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": "1.1.0"
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": "Util",
44       "source_files": "SwiftBrick/Class/Util/**/*"
45     },
46     {
47       "name": "Extensions",
48       "dependencies": {
49         "SwiftBrick/Util": [
51         ]
52       },
53       "source_files": "SwiftBrick/Class/Extensions/**/*"
54     },
55     {
56       "name": "BaseCell",
57       "dependencies": {
58         "SwiftBrick/Extensions": [
60         ]
61       },
62       "source_files": "SwiftBrick/Class/BaseCell/**/*"
63     },
64     {
65       "name": "BaseVC",
66       "dependencies": {
67         "SwiftBrick/Util": [
69         ],
70         "SwiftBrick/BaseCell": [
72         ],
73         "SwiftBrick/Extensions": [
75         ]
76       },
77       "source_files": "SwiftBrick/Class/BaseVC/**/*"
78     },
79     {
80       "name": "ViewFactory",
81       "source_files": "SwiftBrick/Class/ViewFactory/**/*"
82     }
83   ],
84   "swift_version": "5.2"