blob: 58b2d649275a687aa4e2ff005b08d70f6b09a122 [file] [log] [blame]
{
"name": "KASlideShow",
"version": "1.1",
"platforms": {
"ios": null
},
"license": {
"type": "Apache V2.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.1"
},
"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"
}