[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / e / PermissionWizard / 1.1 / PermissionWizard.podspec.json
blob68f6dd7790994d2a1298b3ae7586ffaf25652547
2   "name": "PermissionWizard",
3   "version": "1.1",
4   "summary": "🔮 An ultimate tool for system permissions management",
5   "authors": {
6     "Sergey Moskvin": "debug45@mail.ru"
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.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
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   ],
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": [
45         "Source/Permission.swift",
46         "Source/Framework"
47       ]
48     },
49     {
50       "name": "Assets",
51       "dependencies": {
52         "PermissionWizard/Core": [
54         ]
55       },
56       "pod_target_xcconfig": {
57         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ASSETS CUSTOM_SETTINGS"
58       },
59       "resource_bundles": {
60         "Icons": "Source/Icons.xcassets",
61         "Localizations": "Source/Localizations/*.lproj"
62       }
63     },
64     {
65       "name": "Bluetooth",
66       "dependencies": {
67         "PermissionWizard/Core": [
69         ]
70       },
71       "pod_target_xcconfig": {
72         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BLUETOOTH CUSTOM_SETTINGS"
73       },
74       "source_files": "Source/Supported Types/Bluetooth*.swift"
75     },
76     {
77       "name": "Calendars",
78       "dependencies": {
79         "PermissionWizard/Core": [
81         ]
82       },
83       "pod_target_xcconfig": {
84         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CALENDARS CUSTOM_SETTINGS"
85       },
86       "source_files": "Source/Supported Types/Calendars*.swift"
87     },
88     {
89       "name": "Camera",
90       "dependencies": {
91         "PermissionWizard/Core": [
93         ]
94       },
95       "pod_target_xcconfig": {
96         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CAMERA CUSTOM_SETTINGS"
97       },
98       "source_files": "Source/Supported Types/Camera*.swift"
99     },
100     {
101       "name": "Contacts",
102       "dependencies": {
103         "PermissionWizard/Core": [
105         ]
106       },
107       "pod_target_xcconfig": {
108         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CONTACTS CUSTOM_SETTINGS"
109       },
110       "source_files": "Source/Supported Types/Contacts*.swift"
111     },
112     {
113       "name": "FaceID",
114       "dependencies": {
115         "PermissionWizard/Core": [
117         ]
118       },
119       "pod_target_xcconfig": {
120         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FACE_ID CUSTOM_SETTINGS"
121       },
122       "source_files": "Source/Supported Types/FaceID*.swift"
123     },
124     {
125       "name": "Health",
126       "dependencies": {
127         "PermissionWizard/Core": [
129         ]
130       },
131       "pod_target_xcconfig": {
132         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HEALTH CUSTOM_SETTINGS"
133       },
134       "source_files": "Source/Supported Types/Health*.swift"
135     },
136     {
137       "name": "Home",
138       "dependencies": {
139         "PermissionWizard/Core": [
141         ]
142       },
143       "pod_target_xcconfig": {
144         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HOME CUSTOM_SETTINGS"
145       },
146       "source_files": "Source/Supported Types/Home*.swift"
147     },
148     {
149       "name": "LocalNetwork",
150       "dependencies": {
151         "PermissionWizard/Core": [
153         ]
154       },
155       "pod_target_xcconfig": {
156         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "LOCAL_NETWORK CUSTOM_SETTINGS"
157       },
158       "source_files": "Source/Supported Types/LocalNetwork*.swift"
159     },
160     {
161       "name": "Location",
162       "dependencies": {
163         "PermissionWizard/Core": [
165         ]
166       },
167       "pod_target_xcconfig": {
168         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "LOCATION CUSTOM_SETTINGS"
169       },
170       "source_files": "Source/Supported Types/Location*.swift"
171     },
172     {
173       "name": "Microphone",
174       "dependencies": {
175         "PermissionWizard/Core": [
177         ]
178       },
179       "pod_target_xcconfig": {
180         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MICROPHONE CUSTOM_SETTINGS"
181       },
182       "source_files": "Source/Supported Types/Microphone*.swift"
183     },
184     {
185       "name": "Motion",
186       "dependencies": {
187         "PermissionWizard/Core": [
189         ]
190       },
191       "pod_target_xcconfig": {
192         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MOTION CUSTOM_SETTINGS"
193       },
194       "source_files": "Source/Supported Types/Motion*.swift"
195     },
196     {
197       "name": "Music",
198       "dependencies": {
199         "PermissionWizard/Core": [
201         ]
202       },
203       "pod_target_xcconfig": {
204         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MUSIC CUSTOM_SETTINGS"
205       },
206       "source_files": "Source/Supported Types/Music*.swift"
207     },
208     {
209       "name": "Notifications",
210       "dependencies": {
211         "PermissionWizard/Core": [
213         ]
214       },
215       "pod_target_xcconfig": {
216         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "NOTIFICATIONS CUSTOM_SETTINGS"
217       },
218       "source_files": "Source/Supported Types/Notifications*.swift"
219     },
220     {
221       "name": "Photos",
222       "dependencies": {
223         "PermissionWizard/Core": [
225         ]
226       },
227       "pod_target_xcconfig": {
228         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHOTOS CUSTOM_SETTINGS"
229       },
230       "source_files": "Source/Supported Types/Photos*.swift"
231     },
232     {
233       "name": "Reminders",
234       "dependencies": {
235         "PermissionWizard/Core": [
237         ]
238       },
239       "pod_target_xcconfig": {
240         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "REMINDERS CUSTOM_SETTINGS"
241       },
242       "source_files": "Source/Supported Types/Reminders*.swift"
243     },
244     {
245       "name": "Siri",
246       "dependencies": {
247         "PermissionWizard/Core": [
249         ]
250       },
251       "pod_target_xcconfig": {
252         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SIRI CUSTOM_SETTINGS"
253       },
254       "source_files": "Source/Supported Types/Siri*.swift"
255     },
256     {
257       "name": "SpeechRecognition",
258       "dependencies": {
259         "PermissionWizard/Core": [
261         ]
262       },
263       "pod_target_xcconfig": {
264         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SPEECH_RECOGNITION CUSTOM_SETTINGS"
265       },
266       "source_files": "Source/Supported Types/SpeechRecognition*.swift"
267     }
268   ],
269   "swift_version": "5.0"