4 "summary": "You can create sliding tabs with ViewPager.",
5 "description": " Slide through the contents or select from tabs or slide through tabs and select!\n\n ## Installation\n Just copy ViewPagerController.m and ViewPagerController.h files to your project.\n Or you can use CocoaPods (as this is the recommended way).\n `pod 'ICViewPager'`\n\n ## Usage\n Subclass ViewPagerController (as it's a `UIViewController` subclass) and implement dataSource and delegate methods in the subclass.\n\n ## Requirements\n ViewPager supports minimum iOS 6 and uses ARC.\n Supports both iPhone and iPad.\n\n ## Contact\n [Ilter Cengiz](mailto:me@iltercengiz.info)\n [@monsieurje](https://twitter.com/monsieurje)\n\n ## Licence\n ICViewPager is MIT licensed. See the LICENSE file for more info.\n",
6 "homepage": "https://github.com/monsieurje/ICViewPager",
7 "screenshots": "https://dl.dropboxusercontent.com/u/17948706/Resources/SS.png",
13 "Ilter Cengiz": "me@iltercengiz.info"
19 "git": "https://github.com/monsieurje/ICViewPager.git",
22 "source_files": "ICViewPager/ICViewPager/*.{h,m}",