blob: 97f5757850b7fed112b23f90315eba6e9b067dd2 [file] [log] [blame]
{
"name": "InfiniteCarousel",
"version": "0.2.0",
"summary": "A selection animation that allows for an infinite carousel to choose from.",
"description": "This cocoa pod allows you to insert a view that loads from a array and creates a selection animation that allows for an infinite carousel",
"homepage": "https://github.com/FareedQ/InfiniteCarousel",
"license": "MIT",
"authors": {
"Fareed Quraishi": "quraishifareed@gmail.com"
},
"source": {
"git": "https://github.com/FareedQ/InfiniteCarousel.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"InfiniteCarousel": [
"Pod/Assets/*.png"
]
}
}