4 "summary": "Shield is an iOS/macOS/tvOS framework that wraps various authorization APIs (e.g. camera, photo, location).",
5 "description": "Shield is an iOS/macOS/tvOS framework that wraps various authorization APIs (e.g. camera, photo, location). The majority of the wrapped APIs are for iOS, with a few cross platform available on macOS as well. Only the methods for location and photo library are available on tvOS.",
6 "homepage": "https://github.com/Kosoku/Shield",
12 "William Towe": "willbur1984@gmail.com"
15 "git": "https://github.com/Kosoku/Shield.git",
28 "Shield/Private/*.{h,m}"
34 "Shield/macOS/*.{h,m}",
35 "Shield/Private/*.{h,m}"
40 "Shield/KSHLocationAuthorization.{h,m}",
41 "Shield/iOS/KSHPhotosAuthorization.{h,m}",
42 "Shield/iOS/KSHNotificationAuthorization.{h,m}",
43 "Shield/Private/*.{h,m}"
46 "exclude_files": "Shield/Shield-Info.h",
47 "private_header_files": "Shield/Private/*.h",
50 "Shield/**/*.{xcassets,lproj}"
59 "source_files": "Shield/**/KSHCameraAuthorization.{h,m}",
60 "frameworks": "AVFoundation",
72 "source_files": "Shield/**/KSHMicrophoneAuthorization.{h,m}",
73 "frameworks": "AVFoundation",
81 "name": "MediaLibrary",
85 "source_files": "Shield/**/KSHMediaLibraryAuthorization.{h,m}",
86 "frameworks": "MediaPlayer",
98 "source_files": "Shield/**/KSHHealthAuthorization.{h,m}",
99 "frameworks": "HealthKit",
111 "source_files": "Shield/**/KSHSiriAuthorization.{h,m}",
112 "frameworks": "Intents",
124 "source_files": "Shield/**/KSHSpeechAuthorization.{h,m}",
125 "frameworks": "Speech",
137 "source_files": "Shield/**/KSHBluetoothAuthorization.{h,m}",
138 "frameworks": "CoreBluetooth",
150 "source_files": "Shield/**/KSHHomeAuthorization.{h,m}",
151 "frameworks": "HomeKit",
163 "source_files": "Shield/**/KSHMotionAuthorization.{h,m}",
164 "frameworks": "CoreMotion",
177 "source_files": "Shield/**/KSHPhotosAuthorization.{h,m}",
178 "frameworks": "Photos",
186 "name": "Notification",
191 "source_files": "Shield/**/KSHNotificationAuthorization.{h,m}",
192 "frameworks": "UserNotifications",
205 "source_files": "Shield/**/KSHEventAuthorization.{h,m}",
206 "frameworks": "EventKit",
219 "source_files": "Shield/**/KSHContactsAuthorization.{h,m}",
220 "frameworks": "Contacts",
233 "source_files": "Shield/**/KSHAccountsAuthorization.{h,m}",
234 "frameworks": "Accounts",
248 "Shield/**/KSHLocalAuthorization.{h,m}",
249 "Shield/Private/*.{h,m}"
251 "frameworks": "LocalAuthentication",
265 "source_files": "Shield/**/KSHLocationAuthorization.{h,m}",
266 "frameworks": "CoreLocation",
274 "name": "Accessibility",
278 "source_files": "Shield/**/KSHAccessibilityAuthorization.{h,m}",
280 "ApplicationServices",
295 "Shield/**/KSHSecurityAuthorization.{h,m}",
296 "Shield/**/KSHSecurityRights.{h,m}",
297 "Shield/Private/*.{h,m}"
299 "frameworks": "Security",