[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 0.0.7 / SwiftBrick.podspec.json
blob5ecf831efb39ea9c1604df96f5dada208b058e95
2   "name": "SwiftBrick",
3   "version": "0.0.7",
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.0.7"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "resource_bundles": {
28     "SwiftBrick": [
29       "SwiftBrick/Class/*.xcassets"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Extensions",
35       "source_files": "SwiftBrick/Class/Extensions/**/*"
36     },
37     {
38       "name": "Utility",
39       "source_files": "SwiftBrick/Class/Utility/**/*"
40     },
41     {
42       "name": "BaseVC",
43       "dependencies": {
44         "SnapKit": [
46         ],
47         "SwiftBrick/Utility": [
49         ]
50       },
51       "source_files": "SwiftBrick/Class/BaseVC/**/*"
52     },
53     {
54       "name": "SnapKit",
55       "dependencies": {
56         "SnapKit": [
58         ]
59       },
60       "source_files": "SwiftBrick/Class/SnapKit/**/*"
61     }
62   ],
63   "swift_version": "5.1"