blob: 687d39e2ba709d5097fcc6d57ac4a3bb57956b02 [file] [log] [blame]
{
"name": "ICViewPager",
"version": "0.9",
"summary": "A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.",
"description": "\t\t\t\t A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.\n\n\t\t\t\t ## Usage\n\n\t\t\t\t Just copy ViewPagerController.m and ViewPagerController.h files to your project.\n\t\t\t\t You can subclass it and implement dataSource and delegate methods in the subclass or just assign it to a view controller as file's owner and provide external dataSource and delegate objects.\n\n\t\t\t\t ## Requirements\n\n\t\t\t\t ICViewController supports minimum iOS 6 and uses ARC.\n\n\t\t\t\t ## To-do\n\t\t\t\t - Tabs don't play well with contents while scrolling\n\t\t\t\t - Scrolling tabs and selecting a further tab then the active one, causes contents to misalign\n\t\t\t\t - iPad support\n\n\t\t\t\t ## Contact\n\t\t\t\t [@monsieurje](https://twitter.com/monsieurje)\n\t\t\t\t [Ilter Cengiz](mailto:me@iltercengiz.info)\n\n\t\t\t\t ## Licence\n\t\t\t\t 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.0"
},
"source": {
"git": "https://github.com/monsieurje/ICViewPager.git",
"tag": "0.9"
},
"source_files": "ICViewPager/ICViewPager/*.{h,m}",
"requires_arc": true
}