blob: cf950e7bc56d4359b81ec37394f2530f315efc5d [file] [log] [blame]
{
"name": "WinSlideShow",
"version": "0.1.4",
"summary": "Image slideshow written in Swift with circular scrolling",
"description": "Image slideshow is a Swift library providing customizable image slideshow with circular scrolling.",
"homepage": "https://github.com/Winfooz/WinSlideShow.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Almasri": "aalmasri@winfooz.com"
},
"source": {
"git": "https://github.com/Winfooz/WinSlideShow.git",
"tag": "0.1.4"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5",
"5"
],
"platforms": {
"ios": "9.0"
},
"source_files": "WinSlidShow/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
]
},
"swift_version": "5"
}