blob: 708735b5855b6f858215527f117d4cbd68cfd544 [file] [log] [blame]
{
"name": "CCNavigationBar",
"version": "0.4.5",
"summary": "A color Changeable NavigationBar",
"description": "A simple and loose coupling solution for the bizarre effect of system navigationBar when poping by draging gesture from the lefe edge.\n\nEach viewController will has its own navigationBar as its subView and the navigationBar of navigationControllers are set translucent.\n\nBy this way, there would be a clear seperation when poping by gesture and without dealing with the mass of back button and titleText as there are still jobs of system. Besides, you can also change its color whenever you want by simply chaning navigationBarColor",
"homepage": "https://github.com/g-enius/CCNavigationBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"g-enius": "chaowangbuaa@gmail.com"
},
"source": {
"git": "https://github.com/g-enius/CCNavigationBar.git",
"tag": "0.4.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CCNavigationBar/Classes/**/*"
}