blob: 99499daef47db394c6f69a801e5ae5ce18ab899a [file] [log] [blame]
{
"name": "LPNavigationBar",
"version": "1.0.0",
"summary": "change the height & backgroundColor of UINavigationBar dynamically",
"description": "a swift extension for changing the height & backgroundColor of UINavigationBar dynamically.",
"homepage": "https://github.com/litt1e-p/LPNavigationBar",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPNavigationBar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LPNavigationBar/*",
"frameworks": [
"Foundation",
"UIKit"
]
}