blob: bf9fbca88a4f30e7aaf958d9a899f96fc2ac40bf [file] [log] [blame]
{
"name": "DennyNavigationBar",
"version": "0.0.1",
"summary": "A library that makes it easy to set up various properties for the Navigation Bar.",
"description": "This library is a library that allows you to easily specify various properties of UINavigationBar.You can easily specify properties that can cause confusion, such as background, border, and tint.",
"homepage": "https://github.com/della-padula/DennyNavigationBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taein Kim": "della.kimko@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/della-padula/DennyNavigationBar.git",
"tag": "0.0.1"
},
"source_files": [
"DennyNavigationBar",
"DennyNavigationBar/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}