blob: 663571cbdfc2f77e34c2f7252a4bc05d1676d0eb [file] [log] [blame]
{
"name": "KASlideShow",
"version": "1.0",
"platforms": {
"ios": null
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "Minimal slideshow for iOS. Support manual or automatic slideshow, with fade and slide transitions.",
"homepage": "http://alexiscreuzot.com/KASlideShow",
"authors": {
"Alexis Creuzot": "alexis.creuzot@gmail.com"
},
"source": {
"git": "https://github.com/kirualex/KASlideShow.git",
"tag": "1.0"
},
"description": "Minimal slideshow for iOS. Support manual or automatic slideshow, with fade and slide transitions. A delegate mechanism is provided to detect when the slideshow is moving forward or backward.",
"source_files": "KASlideShow/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}