blob: 44dcf23c80c4d83b3b3f722540a810d16de62a5c [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.4.4",
"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.4.4"
},
"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": [
"~> 3.5.2"
]
},
"swift_version": "5.0"
}