blob: cb5c45c56a36b51a4121710c8ed9bee02c3a671a [file] [log] [blame]
{
"name": "ICViewPager",
"version": "1.2.1",
"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.1 and uses ARC.\n\t\t\t\t Supports both iPhone and iPad\n\n\t\t\t\t ## Contact\n\t\t\t\t [Ilter Cengiz](mailto:me@iltercengiz.info)\n\t\t\t\t [@monsieurje](https://twitter.com/monsieurje)\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.1"
},
"source": {
"git": "https://github.com/monsieurje/ICViewPager.git",
"tag": "1.2.1"
},
"source_files": "ICViewPager/ICViewPager/*.{h,m}",
"requires_arc": true
}