blob: a5eb19d0b76b1d3ea83a856c19c301cee04e70f5 [file] [log] [blame]
{
"name": "KYNavigationFadeManager",
"version": "0.3.0",
"summary": "A easy way to fade UINavigationController bar and support change bar item color",
"description": "This fade manager is a easy way to manage the uinavigationbar Support to change UIBarButtonItem and title color when scroll , the navigation can be clear color (change the alpha from 0 - 1) The UIBarButtonItem only support UIBarButtonItem.image and UIBarButtonItem's customView is UIButton (image and backgroundimage) 。 The fullColor shoulde be set. Not detech the image color because it's maybe wrong!",
"homepage": "https://github.com/kyleYang/KYNavigationFadeManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kyleYang": "yangzychina@gmail.com"
},
"source": {
"git": "https://github.com/kyleYang/KYNavigationFadeManager.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"swift_version": "5.0"
}