blob: b429eb59e70e583d6f69411645c1644924e74b42 [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.4.1",
"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.4.1"
},
"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.3.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}