blob: f9042156fa422042ee682cfe7257b6db471ed843 [file] [log] [blame]
{
"name": "GRKPageViewController",
"version": "1.0.2",
"summary": "Similar to UIPageViewController, but with added control and feedback.",
"description": "\t\tA container UIViewController providing paginated scrolling between configured view controllers. Similar to UIPageViewController, but with added control and feedback.\n",
"homepage": "https://github.com/levigroker/GRKPageViewController",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKPageViewController.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKPageViewController/**/*.{h,m}",
"requires_arc": true
}