[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / f / 9 / 3 / Brick_SwiftUI / 0.2.2 / Brick_SwiftUI.podspec.json
blobe60cd035423e2dcde8c103da3e21be4d0759520e
2   "name": "Brick_SwiftUI",
3   "version": "0.2.2",
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.2"
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           "name": "ViewLifeCycle",
53           "source_files": "Sources/Brick_SwiftUI/Utilities/ViewLifeCycle/**/*"
54         }
55       ]
56     },
57     {
58       "name": "Wrapped",
59       "dependencies": {
60         "Brick_SwiftUI/SwiftUI": [
62         ]
63       },
64       "source_files": "Sources/Brick_SwiftUI/Wrapped/**/*"
65     },
66     {
67       "name": "Tools",
68       "dependencies": {
69         "Brick_SwiftUI/Wrapped": [
71         ],
72         "Brick_SwiftUI/SwiftUI": [
74         ],
75         "Brick_SwiftUI/Utilities": [
77         ]
78       },
79       "source_files": "Sources/Brick_SwiftUI/Tools/*",
80       "subspecs": [
81         {
82           "name": "AsyncImage",
83           "source_files": "Sources/Brick_SwiftUI/Tools/AsyncImage/**/*"
84         },
85         {
86           "name": "Camera",
87           "source_files": "Sources/Brick_SwiftUI/Tools/Camera/**/*"
88         },
89         {
90           "name": "CarouselView",
91           "source_files": "Sources/Brick_SwiftUI/Tools/CarouselView/**/*"
92         },
93         {
94           "name": "FocusState",
95           "source_files": "Sources/Brick_SwiftUI/Tools/FocusState/**/*"
96         },
97         {
98           "name": "Feedback",
99           "source_files": "Sources/Brick_SwiftUI/Tools/Feedback/**/*"
100         },
101         {
102           "name": "Loading",
103           "source_files": "Sources/Brick_SwiftUI/Tools/Loading/**/*"
104         },
105         {
106           "name": "NavigationStack",
107           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationStack/**/*"
108         },
109         {
110           "name": "NavigationItem",
111           "source_files": "Sources/Brick_SwiftUI/Tools/NavigationItem/**/*"
112         },
113         {
114           "name": "OpenUrl",
115           "source_files": "Sources/Brick_SwiftUI/Tools/OpenUrl/**/*"
116         },
117         {
118           "name": "PhotoPicker",
119           "source_files": "Sources/Brick_SwiftUI/Tools/PhotoPicker/**/*"
120         },
121         {
122           "name": "Presentation",
123           "source_files": "Sources/Brick_SwiftUI/Tools/Presentation/**/*"
124         },
125         {
126           "name": "Progress",
127           "source_files": "Sources/Brick_SwiftUI/Tools/Progress/**/*"
128         },
129         {
130           "name": "Refresh",
131           "source_files": "Sources/Brick_SwiftUI/Tools/Refresh/**/*"
132         },
133         {
134           "name": "ShareLink",
135           "source_files": "Sources/Brick_SwiftUI/Tools/ShareLink/**/*"
136         },
137         {
138           "name": "ScrollView",
139           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollView/**/*"
140         },
141         {
142           "name": "ScrollStack",
143           "source_files": "Sources/Brick_SwiftUI/Tools/ScrollStack/**/*"
144         },
145         {
146           "name": "Tabbar",
147           "source_files": "Sources/Brick_SwiftUI/Tools/Tabbar/**/*"
148         },
149         {
150           "name": "Toast",
151           "source_files": "Sources/Brick_SwiftUI/Tools/Toast/**/*"
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           "name": "UnderLineText",
163           "source_files": "Sources/Brick_SwiftUI/Tools/UnderLineText/**/*"
164         }
165       ]
166     }
167   ],
168   "swift_version": "5.8"