blob: 53e8e91a6e11298d45d070fc404ea0f46d55ce32 [file] [log] [blame]
{
"name": "UINavigationController+Blocks",
"version": "0.1.0",
"summary": "UINavigationController category with completion and back 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.1.0"
},
"source_files": "UINavigationController-Blocks/UINavigationController-Blocks/UINavigationController-Blocks/*.{h,m}",
"requires_arc": true
}