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