blob: 70b8ad952557001c7b3522468726666bfe1fe2fc [file] [log] [blame]
{
"name": "AHNavigationBar",
"version": "0.1.0",
"summary": "AHNavigationBar - a UINavigationBar with adjustable height",
"description": "#AHNavigationBar - height adjustable UINavigationBar\n\nallows setting the height via code\n\n* `[myBar setHeight:23]`\n* `myBar.height = 42`\n\nor in the interface builder\n\n",
"homepage": "https://github.com/jkowalleck/AHNavigationBar",
"license": "MIT",
"authors": {
"Jan Kowalleck": "jan.kowalleck@gmail.com"
},
"source": {
"git": "https://github.com/jkowalleck/AHNavigationBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AHNavigationBar": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}