blob: b39cc7bd9911c25ad68faa8ba816b9e12ec8c7fc [file] [log] [blame]
{
"name": "UIViewController+BlockSegue",
"version": "0.2.2",
"summary": "UIViewController category which allows to use a block to prepare segue instead of ugly -prepareForSegue method.",
"homepage": "https://github.com/patoroco/UIViewController-BlockSegue",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jorge Maroto Garcia": "patoroco@gmail.com"
},
"source": {
"git": "https://github.com/patoroco/UIViewController-BlockSegue.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "UIViewController+BlockSegue",
"frameworks": "UIKit",
"requires_arc": true
}