| { |
| "name": "Lightbox", |
| "summary": "A a convenient and easy to use image viewer for your iOS app, packed with all the features you expect", |
| "version": "2.1.2", |
| "homepage": "https://github.com/hyperoslo/Lightbox", |
| "license": "MIT", |
| "authors": { |
| "Hyper Interaktiv AS": "ios@hyper.no" |
| }, |
| "source": { |
| "git": "https://github.com/hyperoslo/Lightbox.git", |
| "tag": "2.1.2" |
| }, |
| "social_media_url": "https://twitter.com/hyperoslo", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/**/*", |
| "ios": { |
| "resources": "Resources/Lightbox.bundle" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation", |
| "AVKit" |
| ], |
| "dependencies": { |
| "Hue": [ |
| "~> 3.0" |
| ], |
| "Imaginary": [ |
| "~> 3.0" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |