blob: 739ecdc4c1f6e640e2c86af83a8e25f865433f44 [file] [log] [blame]
{
"name": "DRYNavigationManager",
"version": "1.0.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": "michael.seghers@ida-mediafoundry.be",
"Bart Vandeweerdt": "bart.vandeweerdt@ida-mediafoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYNavigationManager.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/appfoundrybe",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes"
}