[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / f / 9 / 3 / Brick_SwiftUI / 0.1.7 / Brick_SwiftUI.podspec.json
blobde2673f76100253180f1f6632039e30a25abae6a
2   "name": "Brick_SwiftUI",
3   "version": "0.1.7",
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.7"
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": "Tabbar",
72           "source_files": "Sources/Brick_SwiftUI/Tools/Tabbar/**/*"
73         },
74         {
75           "name": "CarouselView",
76           "source_files": "Sources/Brick_SwiftUI/Tools/CarouselView/**/*"
77         },
78         {
79           "name": "Loading",
80           "source_files": "Sources/Brick_SwiftUI/Tools/Loading/**/*"
81         },
82         {
83           "name": "Refresh",
84           "source_files": "Sources/Brick_SwiftUI/Tools/Refresh/**/*"
85         },
86         {
87           "name": "Toast",
88           "source_files": "Sources/Brick_SwiftUI/Tools/Toast/**/*"
89         },
90         {
91           "name": "AsyncImage",
92           "source_files": "Sources/Brick_SwiftUI/Tools/AsyncImage/**/*"
93         },
94         {
95           "name": "OpenUrl",
96           "source_files": "Sources/Brick_SwiftUI/Tools/OpenUrl/**/*"
97         },
98         {
99           "name": "PhotoPicker",
100           "source_files": "Sources/Brick_SwiftUI/Tools/PhotoPicker/**/*"
101         },
102         {
103           "name": "Camera",
104           "source_files": "Sources/Brick_SwiftUI/Tools/Camera/**/*"
105         },
106         {
107           "name": "UIHosting",
108           "source_files": "Sources/Brick_SwiftUI/Tools/UIHosting/**/*"
109         },
110         {
111           "name": "Toolbar",
112           "source_files": "Sources/Brick_SwiftUI/Tools/Toolbar/**/*"
113         },
114         {
115           "name": "ShareLink",
116           "source_files": "Sources/Brick_SwiftUI/Tools/ShareLink/**/*"
117         },
118         {
119           "name": "ScrollView",
120           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollView/**/*"
121         },
122         {
123           "name": "ScrollStack",
124           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollStack/**/*"
125         },
126         {
127           "name": "Presentation",
128           "source_files": "Sources/Brick_SwiftUI/Tools/Presentation/**/*"
129         },
130         {
131           "name": "NavigationStack",
132           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationStack/**/*"
133         },
134         {
135           "name": "Feedback",
136           "source_files": "Sources/Brick_SwiftUI/Tools/Feedback/**/*"
137         }
138       ]
139     }
140   ],
141   "swift_version": "5.8"