blob: afe9f77ab10425ce7ae1050594b015d0d08585c7 [file] [log] [blame]
{
"name": "KASlideShow",
"version": "3.0.0",
"platforms": {
"ios": null
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Slideshow with fade and slide transitions.",
"homepage": "https://github.com/kirualex/KASlideShow",
"authors": {
"Alexis Creuzot": "alexis.creuzot@gmail.com"
},
"source": {
"git": "https://github.com/kirualex/KASlideShow.git",
"tag": "3.0.0"
},
"description": "Slideshow for iOS. Easy to use. Support manual or automatic slideshow, with fade and slide transitions. \nSupport local and remote images.",
"source_files": "KASlideShow/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"SDWebImage": [
"~> 3.8"
]
}
}