blob: 09b44578694714e07cef65c174fa68fef16e7581 [file] [log] [blame]
{
"name": "KYNavigationFadeManager",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KYNavigationFadeManager/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.1"
}