[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 1 / 5 / 0 / CCNavigationBar / 0.2.0 / CCNavigationBar.podspec.json
blob60ac7a29244f36acae96203d93e9a9196c5a9f3b
2   "name": "CCNavigationBar",
3   "version": "0.2.0",
4   "summary": "A color Changeable NavigationBar",
5   "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",
6   "homepage": "https://github.com/g-enius/CCNavigationBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "g-enius": "chaowangbuaa@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/g-enius/CCNavigationBar.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CCNavigationBar/Classes/**/*"