[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 3 / 0 / e / PermissionWizard / 1.0 / PermissionWizard.podspec.json
blobebb16b72a22ed3a47688b91bd9181cfb3d3443e0
2   "name": "PermissionWizard",
3   "version": "1.0",
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.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "default_subspecs": [
22     "Icons",
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     "SpeechRecognition"
39   ],
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": [
44         "Source/Permission*.swift",
45         "Source/Framework/*.swift"
46       ]
47     },
48     {
49       "name": "Icons",
50       "dependencies": {
51         "PermissionWizard/Core": [
53         ]
54       },
55       "pod_target_xcconfig": {
56         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ICONS CUSTOM_SETTINGS"
57       },
58       "resource_bundles": {
59         "Icons": "Source/Assets.xcassets"
60       }
61     },
62     {
63       "name": "Bluetooth",
64       "dependencies": {
65         "PermissionWizard/Core": [
67         ]
68       },
69       "pod_target_xcconfig": {
70         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BLUETOOTH CUSTOM_SETTINGS"
71       },
72       "source_files": "Source/Bluetooth*.swift"
73     },
74     {
75       "name": "Calendars",
76       "dependencies": {
77         "PermissionWizard/Core": [
79         ]
80       },
81       "pod_target_xcconfig": {
82         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CALENDARS CUSTOM_SETTINGS"
83       },
84       "source_files": "Source/Calendars*.swift"
85     },
86     {
87       "name": "Camera",
88       "dependencies": {
89         "PermissionWizard/Core": [
91         ]
92       },
93       "pod_target_xcconfig": {
94         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CAMERA CUSTOM_SETTINGS"
95       },
96       "source_files": "Source/Camera*.swift"
97     },
98     {
99       "name": "Contacts",
100       "dependencies": {
101         "PermissionWizard/Core": [
103         ]
104       },
105       "pod_target_xcconfig": {
106         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "CONTACTS CUSTOM_SETTINGS"
107       },
108       "source_files": "Source/Contacts*.swift"
109     },
110     {
111       "name": "FaceID",
112       "dependencies": {
113         "PermissionWizard/Core": [
115         ]
116       },
117       "pod_target_xcconfig": {
118         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "FACE_ID CUSTOM_SETTINGS"
119       },
120       "source_files": "Source/FaceID*.swift"
121     },
122     {
123       "name": "Health",
124       "dependencies": {
125         "PermissionWizard/Core": [
127         ]
128       },
129       "pod_target_xcconfig": {
130         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HEALTH CUSTOM_SETTINGS"
131       },
132       "source_files": "Source/Health*.swift"
133     },
134     {
135       "name": "Home",
136       "dependencies": {
137         "PermissionWizard/Core": [
139         ]
140       },
141       "pod_target_xcconfig": {
142         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HOME CUSTOM_SETTINGS"
143       },
144       "source_files": "Source/Home*.swift"
145     },
146     {
147       "name": "LocalNetwork",
148       "dependencies": {
149         "PermissionWizard/Core": [
151         ]
152       },
153       "pod_target_xcconfig": {
154         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "LOCAL_NETWORK CUSTOM_SETTINGS"
155       },
156       "source_files": "Source/LocalNetwork*.swift"
157     },
158     {
159       "name": "Location",
160       "dependencies": {
161         "PermissionWizard/Core": [
163         ]
164       },
165       "pod_target_xcconfig": {
166         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "LOCATION CUSTOM_SETTINGS"
167       },
168       "source_files": "Source/Location*.swift"
169     },
170     {
171       "name": "Microphone",
172       "dependencies": {
173         "PermissionWizard/Core": [
175         ]
176       },
177       "pod_target_xcconfig": {
178         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MICROPHONE CUSTOM_SETTINGS"
179       },
180       "source_files": "Source/Microphone*.swift"
181     },
182     {
183       "name": "Motion",
184       "dependencies": {
185         "PermissionWizard/Core": [
187         ]
188       },
189       "pod_target_xcconfig": {
190         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MOTION CUSTOM_SETTINGS"
191       },
192       "source_files": "Source/Motion*.swift"
193     },
194     {
195       "name": "Music",
196       "dependencies": {
197         "PermissionWizard/Core": [
199         ]
200       },
201       "pod_target_xcconfig": {
202         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "MUSIC CUSTOM_SETTINGS"
203       },
204       "source_files": "Source/Music*.swift"
205     },
206     {
207       "name": "Notifications",
208       "dependencies": {
209         "PermissionWizard/Core": [
211         ]
212       },
213       "pod_target_xcconfig": {
214         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "NOTIFICATIONS CUSTOM_SETTINGS"
215       },
216       "source_files": "Source/Notifications*.swift"
217     },
218     {
219       "name": "Photos",
220       "dependencies": {
221         "PermissionWizard/Core": [
223         ]
224       },
225       "pod_target_xcconfig": {
226         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PHOTOS CUSTOM_SETTINGS"
227       },
228       "source_files": "Source/Photos*.swift"
229     },
230     {
231       "name": "Reminders",
232       "dependencies": {
233         "PermissionWizard/Core": [
235         ]
236       },
237       "pod_target_xcconfig": {
238         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "REMINDERS CUSTOM_SETTINGS"
239       },
240       "source_files": "Source/Reminders*.swift"
241     },
242     {
243       "name": "SpeechRecognition",
244       "dependencies": {
245         "PermissionWizard/Core": [
247         ]
248       },
249       "pod_target_xcconfig": {
250         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SPEECH_RECOGNITION CUSTOM_SETTINGS"
251       },
252       "source_files": "Source/SpeechRecognition*.swift"
253     }
254   ],
255   "swift_version": "5.0"