[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 2.1.7 / SwiftBrick.podspec.json
blob89b02d152081ae442ee8b84457bc0720dcc06044
2   "name": "SwiftBrick",
3   "version": "2.1.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": "2.1.7"
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": "Util",
43       "source_files": "Sources/SwiftBrick/Util/**/*"
44     },
45     {
46       "name": "Extensions",
47       "dependencies": {
48         "SwiftBrick/Util": [
50         ]
51       },
52       "source_files": "Sources/SwiftBrick/Extensions/**/*"
53     },
54     {
55       "name": "BaseCell",
56       "dependencies": {
57         "SwiftBrick/Extensions": [
59         ]
60       },
61       "source_files": "Sources/SwiftBrick/BaseCell/**/*"
62     },
63     {
64       "name": "BaseVC",
65       "dependencies": {
66         "SwiftBrick/Util": [
68         ],
69         "SwiftBrick/BaseCell": [
71         ],
72         "SwiftBrick/Extensions": [
74         ]
75       },
76       "source_files": "Sources/SwiftBrick/BaseVC/**/*"
77     },
78     {
79       "name": "ViewFactory",
80       "dependencies": {
81         "SwiftBrick/Util": [
83         ],
84         "SwiftBrick/Extensions": [
86         ]
87       },
88       "source_files": "Sources/SwiftBrick/ViewFactory/**/*"
89     }
90   ],
91   "swift_version": "5.5"