blob: 63817977f17d2b904f6117c34794e54d11deae8d [file] [log] [blame]
{
"name": "NavigationAndStyle",
"version": "1.0.7",
"summary": "Extension on UIViewController that allows the easy addition, configuration and styling of an UINavigationBar.",
"description": "This is an extension on UIViewController that facilitates managing a navigation bar contents (regardless if an UINavigationController is present or not) and allows defining a style for each UIViewController that will customize the appearance of the bar and its content.",
"homepage": "https://github.com/sbrighiu/NavigationAndStyle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan B.": "sbrighiu@gmail.com"
},
"source": {
"git": "https://github.com/sbrighiu/NavigationAndStyle.git",
"tag": "1.0.7"
},
"social_media_url": "https://twitter.com/smbcheeky",
"platforms": {
"ios": "11.0"
},
"source_files": "NavigationAndStyle/Classes/**/*",
"resource_bundles": {
"Resources": [
"NavigationAndStyle/**/*.{lproj,storyboard,xcdatamodeld,xib,xcassets,json}"
]
}
}