[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / 9 / e / MTStackableNavigationController / 0.1.0 / MTStackableNavigationController.podspec.json
bloba0d07b4c8074ca6acc6e417ea35aa97157546b09
2   "name": "MTStackableNavigationController",
3   "version": "0.1.0",
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": "BSD",
8   "authors": {
9     "Mat Trudel": "mat@geeky.net"
10   },
11   "source": {
12     "git": "https://github.com/mtrudel/MTStackableNavigationController.git",
13     "tag": "0.1.0"
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