[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / e / MTStackableNavigationController / 0.4.3 / MTStackableNavigationController.podspec.json
blob7c49e69d11ab7a188ebf1001aaf9c9b106348c40
2   "name": "MTStackableNavigationController",
3   "version": "0.4.3",
4   "summary": "A drop-in replacement for UINavigationController with stacked views ala Path / Facebook.",
5   "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",
6   "homepage": "https://github.com/mtrudel/MTStackableNavigationController",
7   "license": "MIT",
8   "authors": {
9     "Mat Trudel": "mat@geeky.net"
10   },
11   "source": {
12     "git": "https://github.com/mtrudel/MTStackableNavigationController.git",
13     "tag": "0.4.3"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "frameworks": "QuartzCore",
23   "requires_arc": true,
24   "dependencies": {
25     "MTCollectionOperators": [
26       "~> 0"
27     ]
28   }