blob: e65793340b34049fb025498f7fe20b6efb9117ef [file] [log] [blame]
{
"name": "DRYNavigationManager",
"version": "1.3.0",
"summary": "Navigation manager to separate navigation logic from you core app code, when not using StoryBoards.",
"description": " In StoryBoard-less projects, this small framework should help out in separating the navigation code from the actual view controller code, much like segues enable this when using story boards.\n",
"homepage": "https://github.com/appfoundry/DRYNavigationManager",
"license": "MIT",
"authors": {
"Michael Seghers": "mike.seghers@appfoundry.be",
"Bart Vandeweerdt": "bart.vandeweerdt@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYNavigationManager.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/appfoundrybe",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes"
}