[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / f / 9 / 3 / Brick_SwiftUI / 0.2.0 / Brick_SwiftUI.podspec.json
bloba8ae7171acc1b73793a082658ab8fd4eb010f423
2   "name": "Brick_SwiftUI",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "14.0",
20     "osx": "11.0"
21   },
22   "swift_versions": [
23     "5.8",
24     "5.7",
25     "5.6",
26     "5.5"
27   ],
28   "requires_arc": true,
29   "frameworks": [
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       "subspecs": [
47         {
48           "name": "SFSymbols",
49           "source_files": "Sources/Brick_SwiftUI/Utilities/SFSymbols/**/*"
50         }
51       ]
52     },
53     {
54       "name": "Wrapped",
55       "dependencies": {
56         "Brick_SwiftUI/SwiftUI": [
58         ]
59       },
60       "source_files": "Sources/Brick_SwiftUI/Wrapped/**/*"
61     },
62     {
63       "name": "Tools",
64       "dependencies": {
65         "Brick_SwiftUI/Wrapped": [
67         ],
68         "Brick_SwiftUI/SwiftUI": [
70         ],
71         "Brick_SwiftUI/Utilities": [
73         ]
74       },
75       "source_files": "Sources/Brick_SwiftUI/Tools/*",
76       "subspecs": [
77         {
78           "name": "AsyncImage",
79           "source_files": "Sources/Brick_SwiftUI/Tools/AsyncImage/**/*"
80         },
81         {
82           "name": "Camera",
83           "source_files": "Sources/Brick_SwiftUI/Tools/Camera/**/*"
84         },
85         {
86           "name": "CarouselView",
87           "source_files": "Sources/Brick_SwiftUI/Tools/CarouselView/**/*"
88         },
89         {
90           "name": "FocusState",
91           "source_files": "Sources/Brick_SwiftUI/Tools/FocusState/**/*"
92         },
93         {
94           "name": "Feedback",
95           "source_files": "Sources/Brick_SwiftUI/Tools/Feedback/**/*"
96         },
97         {
98           "name": "Loading",
99           "source_files": "Sources/Brick_SwiftUI/Tools/Loading/**/*"
100         },
101         {
102           "name": "NavigationStack",
103           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationStack/**/*"
104         },
105         {
106           "name": "NavigationItem",
107           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationItem/**/*"
108         },
109         {
110           "name": "OpenUrl",
111           "source_files": "Sources/Brick_SwiftUI/Tools/OpenUrl/**/*"
112         },
113         {
114           "name": "PhotoPicker",
115           "source_files": "Sources/Brick_SwiftUI/Tools/PhotoPicker/**/*"
116         },
117         {
118           "name": "Presentation",
119           "source_files": "Sources/Brick_SwiftUI/Tools/Presentation/**/*"
120         },
121         {
122           "name": "Progress",
123           "source_files": "Sources/Brick_SwiftUI/Tools/Progress/**/*"
124         },
125         {
126           "name": "Refresh",
127           "source_files": "Sources/Brick_SwiftUI/Tools/Refresh/**/*"
128         },
129         {
130           "name": "ShareLink",
131           "source_files": "Sources/Brick_SwiftUI/Tools/ShareLink/**/*"
132         },
133         {
134           "name": "ScrollView",
135           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollView/**/*"
136         },
137         {
138           "name": "ScrollStack",
139           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollStack/**/*"
140         },
141         {
142           "name": "Tabbar",
143           "source_files": "Sources/Brick_SwiftUI/Tools/Tabbar/**/*"
144         },
145         {
146           "name": "Toast",
147           "source_files": "Sources/Brick_SwiftUI/Tools/Toast/**/*"
148         },
149         {
150           "name": "Toolbar",
151           "source_files": "Sources/Brick_SwiftUI/Tools/Toolbar/**/*"
152         },
153         {
154           "name": "TTextField",
155           "source_files": "Sources/Brick_SwiftUI/Tools/TTextField/**/*"
156         },
157         {
158           "name": "UIHosting",
159           "source_files": "Sources/Brick_SwiftUI/Tools/UIHosting/**/*"
160         }
161       ]
162     }
163   ],
164   "swift_version": "5.8"