blob: 68b99b8dca469353b3b097de86297ec78a98ad52 [file] [log] [blame]
{
"name": "PXViewController",
"version": "0.1.7",
"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.7"
},
"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": [
]
}
}