blob: fc9375e1870e63323b1eabbf5f8fe4cae24144fa [file] [log] [blame]
{
"name": "DRYNavigationManager",
"version": "2.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.",
"homepage": "https://github.com/appfoundry/DRYNavigationManager",
"license": "MIT",
"authors": {
"Michael Seghers": "mike.seghers@appfoundry.be",
"Bart Vandeweerdt": "bart.vandeweerdt@appfoundry.be",
"Joris Dubois": "joris.dubois@appfoundry.be",
"Jens Goeman": "jens.goeman@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYNavigationManager.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/appfoundrybe",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}"
}