[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 3 / Brick_SwiftUI / 0.1.5 / Brick_SwiftUI.podspec.json
blobc4b1bfaaac5f06facd5c9c267bf4c5b16660b21b
2   "name": "Brick_SwiftUI",
3   "version": "0.1.5",
4   "summary": "A short description of Brick_SwiftUI.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/jackiehu/Brick_SwiftUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jackiehu": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/Brick_SwiftUI.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "swift_versions": [
22     "5.8",
23     "5.7",
24     "5.6",
25     "5.5"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "UIKit",
30     "Foundation",
31     "SwiftUI"
32   ],
33   "subspecs": [
34     {
35       "name": "SwiftUI",
36       "dependencies": {
37         "Brick_SwiftUI/Utilities": [
39         ]
40       },
41       "source_files": "Sources/Brick_SwiftUI/SwiftUI/**/*"
42     },
43     {
44       "name": "Utilities",
45       "source_files": "Sources/Brick_SwiftUI/Utilities/**/*"
46     },
47     {
48       "name": "Wrapped",
49       "dependencies": {
50         "Brick_SwiftUI/SwiftUI": [
52         ]
53       },
54       "source_files": "Sources/Brick_SwiftUI/Wrapped/**/*"
55     },
56     {
57       "name": "Tools",
58       "dependencies": {
59         "Brick_SwiftUI/Wrapped": [
61         ],
62         "Brick_SwiftUI/SwiftUI": [
64         ],
65         "Brick_SwiftUI/Utilities": [
67         ]
68       },
69       "subspecs": [
70         {
71           "name": "CarouselView",
72           "source_files": "Sources/Brick_SwiftUI/Tools/CarouselView/**/*"
73         },
74         {
75           "name": "Loading",
76           "source_files": "Sources/Brick_SwiftUI/Tools/Loading/**/*"
77         },
78         {
79           "name": "Refresh",
80           "source_files": "Sources/Brick_SwiftUI/Tools/Refresh/**/*"
81         },
82         {
83           "name": "Toast",
84           "source_files": "Sources/Brick_SwiftUI/Tools/Toast/**/*"
85         },
86         {
87           "name": "AsyncImage",
88           "source_files": "Sources/Brick_SwiftUI/Tools/AsyncImage/**/*"
89         },
90         {
91           "name": "OpenUrl",
92           "source_files": "Sources/Brick_SwiftUI/Tools/OpenUrl/**/*"
93         },
94         {
95           "name": "PhotoPicker",
96           "source_files": "Sources/Brick_SwiftUI/Tools/PhotoPicker/**/*"
97         },
98         {
99           "name": "Camera",
100           "source_files": "Sources/Brick_SwiftUI/Tools/Camera/**/*"
101         },
102         {
103           "name": "UIHosting",
104           "source_files": "Sources/Brick_SwiftUI/Tools/UIHosting/**/*"
105         },
106         {
107           "name": "Toolbar",
108           "source_files": "Sources/Brick_SwiftUI/Tools/Toolbar/**/*"
109         },
110         {
111           "name": "ShareLink",
112           "source_files": "Sources/Brick_SwiftUI/Tools/ShareLink/**/*"
113         },
114         {
115           "name": "ScrollView",
116           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollView/**/*"
117         },
118         {
119           "name": "ScrollStack",
120           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollStack/**/*"
121         },
122         {
123           "name": "Presentation",
124           "source_files": "Sources/Brick_SwiftUI/Tools/Presentation/**/*"
125         },
126         {
127           "name": "NavigationStack",
128           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationStack/**/*"
129         },
130         {
131           "name": "Feedback",
132           "source_files": "Sources/Brick_SwiftUI/Tools/Feedback/**/*"
133         }
134       ]
135     }
136   ],
137   "swift_version": "5.8"