blob: a55e29afe2384d7ca3acd37b427b53ad45b9b13c [file] [log] [blame]
{
"name": "GRKPageViewController",
"version": "1.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKPageViewController/**/*.{h,m}",
"requires_arc": true
}