[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / 3 / e / NavigationAndStyle / 1.0.8 / NavigationAndStyle.podspec.json
blob06eb8350c3e64e4cc3a739e2bc53d0a1338585ee
2   "name": "NavigationAndStyle",
3   "version": "1.0.8",
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.8"
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   }