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