[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 0.7.1 / SwiftBrick.podspec.json
blob1e272ef504ed3b6dac2255204469c6aeab013505
2   "name": "SwiftBrick",
3   "version": "0.7.1",
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.7.1"
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   "resource_bundles": {
32     "SwiftBrick": [
33       "SwiftBrick/Class/*.xcassets"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Extensions",
39       "source_files": "SwiftBrick/Class/Extensions/**/*"
40     },
41     {
42       "name": "Utility",
43       "source_files": "SwiftBrick/Class/Utility/**/*"
44     },
45     {
46       "name": "BaseVC",
47       "dependencies": {
48         "SnapKit": [
50         ],
51         "SwiftBrick/Utility": [
53         ]
54       },
55       "source_files": "SwiftBrick/Class/BaseVC/**/*"
56     },
57     {
58       "name": "ViewFactory",
59       "dependencies": {
60         "SnapKit": [
62         ]
63       },
64       "source_files": "SwiftBrick/Class/ViewFactory/**/*"
65     }
66   ],
67   "swift_version": "5.2"