blob: fabc8d0ce543fb9403d49a8b47da7e9a32f1752c [file] [log] [blame]
{
"name": "InfiniteSlideShow",
"version": "0.1",
"summary": "Provides customizable infinite slideshow UIView which displays images fetched over the network.",
"homepage": "http://github.com/thebitmonk/InfiniteSlideShow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Varun Jain": "varunjain003@gmail.com"
},
"social_media_url": "http://twitter.com/thebitmonk",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/thebitmonk/InfiniteSlideShow.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": "Resources/*.png",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.5.4"
]
}
}