blob: 09a49c0ddd78ba16fa54304bd88f4b8e14c4f1c3 [file] [log] [blame]
{
"name": "MTStackableNavigationController",
"version": "0.4.5",
"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.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"MTCollectionOperators": [
"~> 0"
]
}
}