[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 2.3.1 / SwiftBrick.podspec.json
blob4eccd8a3470070f0418b2f2cfbc0fef8971144b9
2   "name": "SwiftBrick",
3   "version": "2.3.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": "2.3.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.4",
24     "5.3",
25     "5.2",
26     "5.1",
27     "5.0"
28   ],
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "Foundation",
33     "WebKit"
34   ],
35   "resource_bundles": {
36     "SwiftBrick": [
37       "Sources/SwiftBrick/Resources/*.xcassets"
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "SwiftUI",
43       "dependencies": {
44         "SwiftBrick/BaseVC": [
46         ]
47       },
48       "source_files": "Sources/SwiftBrick/SwiftUI/**/*"
49     },
50     {
51       "name": "Util",
52       "source_files": "Sources/SwiftBrick/Util/**/*"
53     },
54     {
55       "name": "Extensions",
56       "dependencies": {
57         "SwiftBrick/Util": [
59         ]
60       },
61       "source_files": "Sources/SwiftBrick/Extensions/**/*"
62     },
63     {
64       "name": "BaseCell",
65       "dependencies": {
66         "SwiftBrick/Extensions": [
68         ]
69       },
70       "source_files": "Sources/SwiftBrick/BaseCell/**/*"
71     },
72     {
73       "name": "BaseVC",
74       "dependencies": {
75         "SwiftBrick/Util": [
77         ],
78         "SwiftBrick/BaseCell": [
80         ],
81         "SwiftBrick/Extensions": [
83         ]
84       },
85       "source_files": "Sources/SwiftBrick/BaseVC/**/*"
86     },
87     {
88       "name": "ViewFactory",
89       "dependencies": {
90         "SwiftBrick/Util": [
92         ],
93         "SwiftBrick/Extensions": [
95         ]
96       },
97       "source_files": "Sources/SwiftBrick/ViewFactory/**/*"
98     }
99   ],
100   "swift_version": "5.5"