[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / e / 6 / 9 / MRNavigationController / 0.0.4 / MRNavigationController.podspec.json
blob5afb8fb1ba2565b40df396a7507143422271c5cf
2   "name": "MRNavigationController",
3   "version": "0.0.4",
4   "summary": "UINavigationController subclass with push and pop blocks.",
5   "description": "Finally, an easy way to handle back buttons on a UINavigationController.",
6   "homepage": "https://github.com/martinrybak/MRNavigationController.git",
7   "license": "MIT",
8   "authors": {
9     "Martin Rybak": "martin.rybak@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/martinrybak/MRNavigationController.git",
16     "tag": "0.0.4"
17   },
18   "source_files": "MRNavigationController/MRNavigationController/MRNavigationController/*.{h,m}",
19   "dependencies": {
20     "HTDelegateProxy": [
21       "~> 1.0"
22     ]
23   },
24   "requires_arc": true