blob: 1778d3c8ef6e01889a79a4bd4f7129a6c5c0a736 [file] [log] [blame]
{
"name": "LightboxV2",
"summary": "A convenient and easy to use image viewer for your iOS app. Updated to swift 5.0. The credit go the original developer Hyper Interaktiv AS.",
"version": "2.5.3",
"homepage": "https://github.com/FlammerSL/LightboxV2",
"license": "MIT",
"authors": {
"Isuru Ranasinghe": "ranasinghe.i.u@gmail.com"
},
"source": {
"git": "https://github.com/FlammerSL/LightboxV2.git",
"tag": "2.5.3"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"ios": {
"resources": "Resources/Lightbox.bundle"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"AVFoundation",
"AVKit"
],
"dependencies": {
"AlamofireImage": [
"~> 4.0.0-beta.5"
]
},
"swift_version": "5.0"
}