blob: fda93ddeb5aa4b707626c7de094867cef8764bf4 [file] [log] [blame]
{
"name": "ICViewPager",
"version": "1.5.1",
"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://raw.githubusercontent.com/iltercengiz/ICViewPager/master/Resources/Screenshot.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ilter Cengiz": "me@iltercengiz.info"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/monsieurje/ICViewPager.git",
"tag": "1.5.1"
},
"source_files": "ICViewPager/ICViewPager/*.{h,m}",
"requires_arc": true
}