[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 3 / Brick_SwiftUI / 0.1.0 / Brick_SwiftUI.podspec.json
blobbd42d49dfefb3212222a935dda161228e29e8cef
2   "name": "Brick_SwiftUI",
3   "version": "0.1.0",
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.0"
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": "AsyncImage",
72           "source_files": "Sources/Brick_SwiftUI/Tools/AsyncImage/**/*"
73         },
74         {
75           "name": "OpenUrl",
76           "source_files": "Sources/Brick_SwiftUI/Tools/OpenUrl/**/*"
77         },
78         {
79           "name": "PhotoPicker",
80           "source_files": "Sources/Brick_SwiftUI/Tools/PhotoPicker/**/*"
81         },
82         {
83           "name": "Camera",
84           "source_files": "Sources/Brick_SwiftUI/Tools/Camera/**/*"
85         },
86         {
87           "name": "UIHosting",
88           "source_files": "Sources/Brick_SwiftUI/Tools/UIHosting/**/*"
89         },
90         {
91           "name": "Toolbar",
92           "source_files": "Sources/Brick_SwiftUI/Tools/Toolbar/**/*"
93         },
94         {
95           "name": "ShareLink",
96           "source_files": "Sources/Brick_SwiftUI/Tools/ShareLink/**/*"
97         },
98         {
99           "name": "ScrollView",
100           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollView/**/*"
101         },
102         {
103           "name": "ScrollStack",
104           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollStack/**/*"
105         },
106         {
107           "name": "Presentation",
108           "source_files": "Sources/Brick_SwiftUI/Tools/Presentation/**/*"
109         },
110         {
111           "name": "NavigationStack",
112           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationStack/**/*"
113         },
114         {
115           "name": "Feedback",
116           "source_files": "Sources/Brick_SwiftUI/Tools/Feedback/**/*"
117         }
118       ]
119     }
120   ],
121   "swift_version": "5.8"