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",
141 "source_files": "Shield/**/KSHPhotosAuthorization.{h,m}",
142 "frameworks": "Photos",
155 "source_files": "Shield/**/KSHEventAuthorization.{h,m}",
156 "frameworks": "EventKit",
169 "source_files": "Shield/**/KSHContactsAuthorization.{h,m}",
170 "frameworks": "Contacts",
184 "source_files": "Shield/**/KSHLocationAuthorization.{h,m}",
185 "frameworks": "CoreLocation",
193 "name": "Accessibility",
197 "source_files": "Shield/**/KSHAccessibilityAuthorization.{h,m}",
199 "ApplicationServices",