| { |
| "name": "PermissionsService", |
| "version": "0.9.5", |
| "summary": "An easy way to do permissions requests & handling automatically", |
| "homepage": "https://github.com/lemberg/ios-permissions-service", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Lemberg Solutions Limited": "www.lemberg.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/lemberg/ios-permissions-service.git", |
| "tag": "0.9.5" |
| }, |
| "social_media_url": "https://twitter.com/lemberg_co_uk", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "description": "Using this code you can get permisions for Photos, Camera and other permisisons", |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "4.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Source/Core/*.{swift, h}" |
| }, |
| { |
| "name": "Location", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Location", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_LOCATION" |
| } |
| }, |
| { |
| "name": "Camera", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Camera", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_CAMERA" |
| } |
| }, |
| { |
| "name": "Contacts", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Contacts", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_CONTACTS" |
| } |
| }, |
| { |
| "name": "Events", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Events", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EVENTS" |
| } |
| }, |
| { |
| "name": "MediaLibrary", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/MediaLibrary", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MEDIA_LIBRARY" |
| } |
| }, |
| { |
| "name": "Gallery", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Gallery", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_GALLERY" |
| } |
| }, |
| { |
| "name": "Microphone", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Microphone", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MICROPHONE" |
| } |
| }, |
| { |
| "name": "Reminder", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Reminder", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_REMINDER" |
| } |
| }, |
| { |
| "name": "Siri", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/Siri", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_SIRI" |
| } |
| }, |
| { |
| "name": "SpeechRecognition", |
| "dependencies": { |
| "PermissionsService/Core": [ |
| |
| ] |
| }, |
| "source_files": "Source/SpeechRecognition", |
| "pod_target_xcconfig": { |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_SPEECH_RECOGNITION" |
| } |
| } |
| ] |
| } |