blob: b8de3d6643395ecafe55a2e88c2e32a047e58219 [file] [log] [blame]
{
"name": "DynamicGallery",
"version": "0.1.0",
"summary": "DynamicGallery is a library used to crate slideshow dynamically by downloading and adding images in a sequence.",
"description": "DynamicGallery is a library used to crate slideshow dynamically by downloading and adding images in a sequence. It allows you to easily create neverending slideshow, because of its dynamic behavior. It also supports zooming and dismiss on vertical slide.",
"homepage": "https://github.com/deelzeek/DynamicGallery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"deelzeek": "dilzosmani@gmail.com"
},
"source": {
"git": "https://github.com/deelzeek/DynamicGallery.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Classes/**/*.{h,m,swift}",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
],
"Alamofire": [
"~> 4.7"
],
"Kingfisher": [
"~> 4.0"
]
},
"swift_version": "4.0"
}