blob: 87640bb57008d8904a632beb52c3fcfbb45e1560 [file] [log] [blame]
{
"name": "ImageSlideShowSwift",
"version": "0.1.8",
"summary": "A simple Swift 5 Slideshow for iOS",
"description": "ImageSlideShow is a simple Slideshow for images (Picture, Photos) for your apps written in Swift 5.",
"homepage": "https://github.com/dimix/ImageSlideShow",
"screenshots": "https://raw.githubusercontent.com/dimix/ImageSlideShow/master/demo.gif",
"license": "MIT",
"authors": {
"Dimitri Giani": "dimitri.giani@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/dimix/ImageSlideShow.git",
"tag": "0.1.8"
},
"source_files": [
"Classes",
"Sources/ImageSlideShow/**/**/*.{swift}"
],
"resources": "Sources/ImageSlideShow/Storyboard/*.{png,jpeg,jpg,storyboard,xib}",
"frameworks": "UIKit"
}