MCRotatingCarousel 0.0.1× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Unclaimed.Installation Guide×Installation Guide for MCRotatingCarouselYou want to add pod 'MCRotatingCarousel', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'MCRotatingCarousel', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MCRotatingCarouselSee PodspecGitHub RepoPage on CocoaPods.orgMCRotatingCarousel 0.0.1ByGeoffrey Nixmodcloth-labs/MCRotatingCarouselGitHub Repo A view which can be used to create the rotating carousel as used in the ModCloth iPad app. Usage create an instance of MCRotatingCarousel and add it to your view hierarchy implement the dataSource protocol methods (optional) implement the delegate protocol methods call reloadData See the example project for more information.