blob: 7dd31a53d16d2d7c258ccfe13346588cd963f354 [file] [log] [blame]
{
"name": "SimpleImageSlider",
"version": "0.6.1",
"summary": "SimpleImageSlider is a simple view that creates a scrollable gallery of images.",
"description": "SimpleImageSlider is a simple image gallery view that allows a user to scroll horizontally through an array of images. Great for collection view and table view headers, or anywhere you need an image gallery!",
"homepage": "https://github.com/christianhatch/SimpleImageSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Hatch": "christianhatch@gmail.com"
},
"source": {
"git": "https://github.com/christianhatch/SimpleImageSlider.git",
"tag": "0.6.1"
},
"social_media_url": "https://twitter.com/commodoreftp",
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleImageSlider/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"PureLayout": [
]
}
}