[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / c / UINavigationBar-Transparent / 1.4 / UINavigationBar-Transparent.podspec.json
blob0de0570781e5bdbc7c2722524609455de9f7feb9
2   "name": "UINavigationBar-Transparent",
3   "version": "1.4",
4   "summary": "UINavigationBar-Transparent is a UINavigationBar category that can make the navigation bar transparent",
5   "homepage": "https://github.com/IdleHandsApps/UINavigationBar-Transparent/",
6   "description": "UINavigationBar-Transparent is a UINavigationBar category that can make the navigation bar transparent\n\nUsing this category, each view controller that is push onto the navigation stack can change the color of the nav bar\n\nself.navigationController?.navigationBar.setBarColor(UIColor.clear) will set the nav bar transparent\n\nself.navigationController?.navigationBar.setBarColor(myColor) will set the nav bar to any color you choose\n\nself.navigationController?.navigationBar.setBarColor(nil) will set the nav bar back to the standard iOS color",
7   "license": "MIT",
8   "authors": {
9     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
10   },
11   "source": {
12     "git": "https://github.com/IdleHandsApps/UINavigationBar-Transparent.git",
13     "tag": "1.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "swift_version": "5.0",
19   "source_files": "Sources/*.swift",
20   "frameworks": "UIKit",
21   "requires_arc": true