blob: 1603843ecf27b9ed59d3ba8383795e703990134b [file] [log] [blame]
{
"name": "DRYNavigationManager",
"version": "1.2.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.2.0"
},
"social_media_url": "https://twitter.com/appfoundrybe",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes"
}