blob: 4ab90d8b5ec8114725c35b81191867bfd9d28b07 [file] [log] [blame]
{
"name": "PXViewController",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXViewController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"MZAppearance": [
]
}
}