blob: 8039d42c1a4537f9c89d6d7a7d00b3e2031986fc [file] [log] [blame]
{
"name": "MCRotatingCarousel",
"version": "0.0.1",
"summary": "A rotating and infinately looping carousel",
"description": "Provides a carousel for arbitrary views. \nAllows the user to scroll and swipe through the views.\nAnimates the scrolling in a rotating appearance.\n",
"homepage": "https://github.com/modcloth-labs/MCRotatingCarousel",
"license": "MIT",
"authors": {
"Geoffrey Nix": "g.nix@modcloth.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/modcloth-labs/MCRotatingCarousel.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"MCRotatingCarousel/**/*.{h,m}"
],
"exclude_files": "MCRotatingCarouselExample",
"requires_arc": true
}