blob: 1bff6fe00a5e335f06c386b110b1ee75fbd0904e [file] [log] [blame]
{
"name": "NavigationBarForGradient",
"version": "1.0.0",
"summary": "一个UINavigationBar分类,可以动态改变导航栏的透明度以及大小",
"description": "可以动态改变导航栏的透明度以及大小的UINavigationBar分类,高内聚低耦合,入侵如性",
"homepage": "https://github.com/hanchenhao/NavigationBarForGradient",
"license": "MIT",
"authors": {
"hanchenhao": "hanchenhao@vip.qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hanchenhao/NavigationBarForGradient.git",
"tag": "1.0.0"
},
"source_files": "NavigationBarForGradient/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}