| { |
| "name": "SCCustomNavigationController", |
| "version": "0.1.0", |
| "summary": "A custom navigationController with different bar in each controller", |
| "description": "A custom navigationController with different bar in each controller. You can config your navigationBar in each controller `viewDidLoad` function. And you can config the custom space for barItem", |
| "swift_versions": "5.0", |
| "homepage": "https://github.com/ChiangSam/SCCustomNavigationController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "SamChiang": "SamChiang" |
| }, |
| "source": { |
| "git": "https://github.com/ChiangSam/SCCustomNavigationController.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SCCustomNavigationController/Classes/**/*", |
| "frameworks": "UIKit", |
| "swift_version": "5.0" |
| } |