blob: 14a5e06a9311d976e992b313c55cb0d61f4c6f6f [file] [log] [blame]
{
"name": "GRKStoryboardProxy",
"version": "1.0.1",
"summary": "Allows separation of Storyboard files by loading view controllers from alternate storyboards.",
"description": "\t\tA UIViewController subclass which can be used as a proxy for another view controller which resides\n\t\tin a separate Storyboard. At runtime, the proxy view controller will be replaced appropriately.\n",
"homepage": "https://github.com/levigroker/GRKStoryboardProxy",
"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/GRKStoryboardProxy.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "GRKStoryboardProxy/**/*.{h,m}",
"requires_arc": true
}