[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 0 / e / PermissionWizard / 1.4.0 / PermissionWizard.podspec.json
blob946391c808f107838c661445bec1821faf47457a
2   "name": "PermissionWizard",
3   "version": "1.4.0",
4   "summary": "🔮 An ultimate tool for system permissions management",
5   "authors": {
6     "Sergei Moskvin": "s@mosk.vin"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "homepage": "https://github.com/debug45/PermissionWizard",
13   "source": {
14     "git": "https://github.com/debug45/PermissionWizard.git",
15     "tag": "1.4.0"
16   },
17   "platforms": {
18     "ios": "14.0"
19   },
20   "swift_versions": "5.5",
21   "default_subspecs": [
22     "Assets",
23     "Bluetooth",
24     "Calendars",
25     "Camera",
26     "Contacts",
27     "FaceID",
28     "Health",
29     "Home",
30     "LocalNetwork",
31     "Location",
32     "Microphone",
33     "Motion",
34     "Music",
35     "Notifications",
36     "Photos",
37     "Reminders",
38     "Siri",
39     "SpeechRecognition",
40     "Tracking"
41   ],
42   "subspecs": [
43     {
44       "name": "Core",
45       "source_files": [
46         "Source/Permission.swift",
47         "Source/Framework"
48       ]
49     },
50     {
51       "name": "Assets",
52       "dependencies": {
53         "PermissionWizard/Core": [
55         ]
56       },
57       "pod_target_xcconfig": {
58         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ASSETS CUSTOM_SETTINGS"
59       },
60       "resource_bundles": {
61         "Icons": "Source/Icons.xcassets",
62         "Localizations": "Source/Localizations/*.lproj"
63       }
64     },
65     {
66       "name": "Bluetooth",
67       "dependencies": {
68         "PermissionWizard/Core": [
70         ]
71       },
72       "pod_target_xcconfig": {
73         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BLUETOOTH CUSTOM_SETTINGS"
74       },
75       "source_files": "Source/Supported Types/Bluetooth*.swift"
76     },
77     {
78       "name": "Calendars",
79       "dependencies": {
80         "PermissionWizard/Core": [
82         ]
83       },
84       "pod_target_xcconfig": {
85         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CALENDARS CUSTOM_SETTINGS"
86       },
87       "source_files": "Source/Supported Types/Calendars*.swift"
88     },
89     {
90       "name": "Camera",
91       "dependencies": {
92         "PermissionWizard/Core": [
94         ]
95       },
96       "pod_target_xcconfig": {
97         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CAMERA CUSTOM_SETTINGS"
98       },
99       "source_files": "Source/Supported Types/Camera*.swift"
100     },
101     {
102       "name": "Contacts",
103       "dependencies": {
104         "PermissionWizard/Core": [
106         ]
107       },
108       "pod_target_xcconfig": {
109         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CONTACTS CUSTOM_SETTINGS"
110       },
111       "source_files": "Source/Supported Types/Contacts*.swift"
112     },
113     {
114       "name": "FaceID",
115       "dependencies": {
116         "PermissionWizard/Core": [
118         ]
119       },
120       "pod_target_xcconfig": {
121         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FACE_ID CUSTOM_SETTINGS"
122       },
123       "source_files": "Source/Supported Types/FaceID*.swift"
124     },
125     {
126       "name": "Health",
127       "dependencies": {
128         "PermissionWizard/Core": [
130         ]
131       },
132       "pod_target_xcconfig": {
133         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HEALTH CUSTOM_SETTINGS"
134       },
135       "source_files": "Source/Supported Types/Health*.swift"
136     },
137     {
138       "name": "Home",
139       "dependencies": {
140         "PermissionWizard/Core": [
142         ]
143       },
144       "pod_target_xcconfig": {
145         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HOME CUSTOM_SETTINGS"
146       },
147       "source_files": "Source/Supported Types/Home*.swift"
148     },
149     {
150       "name": "LocalNetwork",
151       "dependencies": {
152         "PermissionWizard/Core": [
154         ]
155       },
156       "pod_target_xcconfig": {
157         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "LOCAL_NETWORK CUSTOM_SETTINGS"
158       },
159       "source_files": "Source/Supported Types/LocalNetwork*.swift"
160     },
161     {
162       "name": "Location",
163       "dependencies": {
164         "PermissionWizard/Core": [
166         ]
167       },
168       "pod_target_xcconfig": {
169         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "LOCATION CUSTOM_SETTINGS"
170       },
171       "source_files": "Source/Supported Types/Location*.swift"
172     },
173     {
174       "name": "Microphone",
175       "dependencies": {
176         "PermissionWizard/Core": [
178         ]
179       },
180       "pod_target_xcconfig": {
181         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MICROPHONE CUSTOM_SETTINGS"
182       },
183       "source_files": "Source/Supported Types/Microphone*.swift"
184     },
185     {
186       "name": "Motion",
187       "dependencies": {
188         "PermissionWizard/Core": [
190         ]
191       },
192       "pod_target_xcconfig": {
193         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MOTION CUSTOM_SETTINGS"
194       },
195       "source_files": "Source/Supported Types/Motion*.swift"
196     },
197     {
198       "name": "Music",
199       "dependencies": {
200         "PermissionWizard/Core": [
202         ]
203       },
204       "pod_target_xcconfig": {
205         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MUSIC CUSTOM_SETTINGS"
206       },
207       "source_files": "Source/Supported Types/Music*.swift"
208     },
209     {
210       "name": "Notifications",
211       "dependencies": {
212         "PermissionWizard/Core": [
214         ]
215       },
216       "pod_target_xcconfig": {
217         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "NOTIFICATIONS CUSTOM_SETTINGS"
218       },
219       "source_files": "Source/Supported Types/Notifications*.swift"
220     },
221     {
222       "name": "Photos",
223       "dependencies": {
224         "PermissionWizard/Core": [
226         ]
227       },
228       "pod_target_xcconfig": {
229         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHOTOS CUSTOM_SETTINGS"
230       },
231       "source_files": "Source/Supported Types/Photos*.swift"
232     },
233     {
234       "name": "Reminders",
235       "dependencies": {
236         "PermissionWizard/Core": [
238         ]
239       },
240       "pod_target_xcconfig": {
241         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "REMINDERS CUSTOM_SETTINGS"
242       },
243       "source_files": "Source/Supported Types/Reminders*.swift"
244     },
245     {
246       "name": "Siri",
247       "dependencies": {
248         "PermissionWizard/Core": [
250         ]
251       },
252       "pod_target_xcconfig": {
253         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SIRI CUSTOM_SETTINGS"
254       },
255       "source_files": "Source/Supported Types/Siri*.swift"
256     },
257     {
258       "name": "SpeechRecognition",
259       "dependencies": {
260         "PermissionWizard/Core": [
262         ]
263       },
264       "pod_target_xcconfig": {
265         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SPEECH_RECOGNITION CUSTOM_SETTINGS"
266       },
267       "source_files": "Source/Supported Types/SpeechRecognition*.swift"
268     },
269     {
270       "name": "Tracking",
271       "dependencies": {
272         "PermissionWizard/Core": [
274         ]
275       },
276       "pod_target_xcconfig": {
277         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "TRACKING CUSTOM_SETTINGS"
278       },
279       "source_files": "Source/Supported Types/Tracking*.swift"
280     }
281   ],
282   "swift_version": "5.5"