blob: f77834eaf9d5a373e5770fd62dcd2d97fec51825 [file] [log] [blame]
{
"name": "PXViewController",
"version": "0.1.8",
"summary": "A more customizable and colorable nav bar.",
"description": "A set of subclasses for viewcontrollers and `UINavigationController` that allow you to have a title and a subtitle in the nav bar as well as custom font, colors, and more.",
"homepage": "https://github.com/pixio/PXViewController",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXViewController.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/PXViewController.bundle",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"MZAppearance": [
]
}
}