blob: 5afb8fb1ba2565b40df396a7507143422271c5cf [file] [log] [blame]
{
"name": "MRNavigationController",
"version": "0.0.4",
"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.4"
},
"source_files": "MRNavigationController/MRNavigationController/MRNavigationController/*.{h,m}",
"dependencies": {
"HTDelegateProxy": [
"~> 1.0"
]
},
"requires_arc": true
}