blob: 01989327a924e400dbf00d45a401bc13473ee564 [file] [log] [blame]
{
"name": "RTRootNavigationController",
"version": "0.5.12",
"summary": "Transparently make every view controller has its own navigation bar",
"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.",
"homepage": "https://github.com/rickytan/RTRootNavigationController",
"screenshots": [
"https://raw.githubusercontent.com/rickytan/RTRootNavigationController/master/ScreenShot/1.png",
"https://raw.githubusercontent.com/rickytan/RTRootNavigationController/master/ScreenShot/2.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rickytan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/RTRootNavigationController.git",
"tag": "0.5.12"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RTRootNavigationController/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}