blob: 58f6e3200b508f4e57548ececa263703cfd3c9a3 [file] [log] [blame]
{
"name": "GRKContainerViewController",
"version": "1.0",
"summary": "A simple container view controller used to easily swap contained controllers with optional animation.",
"description": "\t\tA container UIViewController providing the ability to easily transition from one contained view controller to another.\n",
"homepage": "https://github.com/levigroker/GRKContainerViewController",
"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/GRKContainerViewController.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKContainerViewController/**/*.{h,m}",
"requires_arc": true
}