blob: 2dc847c2bb3e530f080b4a760c3b7dbb80f391ed [file] [log] [blame]
{
"name": "MTStackableNavigationController",
"version": "0.4.7",
"summary": "A drop-in replacement for UINavigationController with stacked views ala Path / Facebook.",
"description": " MTStackableNavigationController aims to be an API-compatible replacement for\n UINavigationController, with special sauce for Facebook / Path style stacked\n navigation. In contrast to most of the other view controller projects based on\n this paradigm, MTStackableNavigationController is targeted exclusively for use\n as a direct replacement for UINavigationController; layered navigation and deck\n style interaction are already done well by other controllers.\n",
"homepage": "https://github.com/mtrudel/MTStackableNavigationController",
"license": "MIT",
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"source": {
"git": "https://github.com/mtrudel/MTStackableNavigationController.git",
"tag": "0.4.7"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"MTCollectionOperators": [
"~> 0"
]
}
}