blob: 0987b8994e1d67792962d575b7db7164da4bee89 [file] [log] [blame]
{
"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.3.0",
"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.3.0"
},
"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": {
"Imaginary": [
"~> 4.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}