[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / e / 1 / RTRootNavigationController / 0.5.15 / RTRootNavigationController.podspec.json
blob7558349d47e83aa67b13f0119ccf4db8856b69be
2   "name": "RTRootNavigationController",
3   "version": "0.5.15",
4   "summary": "Transparently make every view controller has its own navigation bar",
5   "description": "More and more apps use custom navigation bar for each different view controller, instead of one common, gloabal navigation bar.\n\nThis project just help develops to solve this problem in a tricky way, develops use this navigation controller in a farmilar way just like you used to be, and\nyou can have each view controller a individual navigation bar.",
6   "homepage": "https://github.com/rickytan/RTRootNavigationController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/rickytan/RTRootNavigationController/master/ScreenShot/1.png",
9     "https://raw.githubusercontent.com/rickytan/RTRootNavigationController/master/ScreenShot/2.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "rickytan": "ricky.tan.xin@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/rickytan/RTRootNavigationController.git",
20     "tag": "0.5.15"
21   },
22   "platforms": {
23     "ios": "7.0"
24   },
25   "source_files": "RTRootNavigationController/Classes/**/*",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]