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",
33 "Shield/macOS/*.{h,m}"
38 "Shield/KSHLocationAuthorization.{h,m}",
39 "Shield/iOS/KSHPhotosAuthorization.{h,m}"
42 "exclude_files": "Shield/Shield-Info.h",
49 "source_files": "Shield/**/KSHCameraAuthorization.{h,m}",
50 "frameworks": "AVFoundation",
62 "source_files": "Shield/**/KSHMicrophoneAuthorization.{h,m}",
63 "frameworks": "AVFoundation",
71 "name": "MediaLibrary",
75 "source_files": "Shield/**/KSHMediaLibraryAuthorization.{h,m}",
76 "frameworks": "MediaPlayer",
88 "source_files": "Shield/**/KSHHealthAuthorization.{h,m}",
89 "frameworks": "HealthKit",
101 "source_files": "Shield/**/KSHSiriAuthorization.{h,m}",
102 "frameworks": "Intents",
114 "source_files": "Shield/**/KSHSpeechAuthorization.{h,m}",
115 "frameworks": "Speech",
127 "source_files": "Shield/**/KSHBluetoothAuthorization.{h,m}",
128 "frameworks": "CoreBluetooth",
140 "source_files": "Shield/**/KSHHomeAuthorization.{h,m}",
141 "frameworks": "HomeKit",
154 "source_files": "Shield/**/KSHPhotosAuthorization.{h,m}",
155 "frameworks": "Photos",
168 "source_files": "Shield/**/KSHEventAuthorization.{h,m}",
169 "frameworks": "EventKit",
182 "source_files": "Shield/**/KSHContactsAuthorization.{h,m}",
183 "frameworks": "Contacts",
196 "source_files": "Shield/**/KSHAccountsAuthorization.{h,m}",
197 "frameworks": "Accounts",
211 "source_files": "Shield/**/KSHLocationAuthorization.{h,m}",
212 "frameworks": "CoreLocation",
220 "name": "Accessibility",
224 "source_files": "Shield/**/KSHAccessibilityAuthorization.{h,m}",
226 "ApplicationServices",