[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / e / NavigationAndStyle / 1.0.3 / NavigationAndStyle.podspec.json
bloba73caa9d9613852bee95101e3f63cc9ed1953e25
2   "name": "NavigationAndStyle",
3   "version": "1.0.3",
4   "summary": "Extension on UIViewController that allows the easy addition, configuration and styling of an UINavigationBar.",
5   "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.",
6   "homepage": "https://github.com/sbrighiu/NavigationAndStyle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stefan B.": "sbrighiu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sbrighiu/NavigationAndStyle.git",
16     "tag": "1.0.3"
17   },
18   "social_media_url": "https://twitter.com/smbcheeky",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "NavigationAndStyle/Classes/**/*",
23   "resource_bundles": {
24     "Resources": [
25       "NavigationAndStyle/**/*.{lproj,storyboard,xcdatamodeld,xib,xcassets,json}"
26     ]
27   }