blob: 9ddb35bd1bb1362fae1ce309bff9eee73cbc1692 [file] [log] [blame]
{
"name": "NavigationAndStyle",
"version": "1.1.4",
"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.1.4"
},
"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}"
]
},
"swift_versions": [
"5.0",
"5.0"
],
"swift_version": "5.0"
}