blob: d6840db1e7048f3859c73976198f7b7ca766f13b [file] [log] [blame]
{
"name": "UINavigationController+Blocks",
"version": "0.0.1",
"summary": "iOS UINavigationController category with push and pop blocks.",
"description": "Finally, an easy way to handle back buttons on a UINavigationController.",
"homepage": "https://github.com/martinrybak/UINavigationController-Blocks.git",
"license": "MIT",
"authors": {
"Martin Rybak": "martin.rybak@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/martinrybak/UINavigationController-Blocks.git",
"tag": "0.0.1"
},
"source_files": "UINavigationController-Blocks/UINavigationController-Blocks/UINavigationController-Blocks/*.{h,m}",
"requires_arc": true
}