blob: 0df45571418e5ed98ce859ca398e3793c3c9cc6b [file] [log] [blame]
{
"name": "ICViewPager",
"version": "1.3",
"summary": "You can create sliding tabs with ViewPager.",
"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",
"homepage": "https://github.com/monsieurje/ICViewPager",
"screenshots": "https://dl.dropboxusercontent.com/u/17948706/Resources/SS.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ilter Cengiz": "me@iltercengiz.info"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/monsieurje/ICViewPager.git",
"tag": "1.3"
},
"source_files": "ICViewPager/ICViewPager/*.{h,m}",
"requires_arc": true
}