blob: c87bb320fa184bebd0a8d28994d69cc4a2a156a1 [file] [log] [blame]
{
"name": "XHNavBar",
"version": "1.0",
"summary": "快速创建navigationBar,支持系统navigationBar及自定义navigationBar",
"homepage": "https://github.com/CoderZhuXH/XHNavBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhu Xiaohui": "977950862@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderZhuXH/XHNavBar.git",
"tag": "1.0"
},
"source_files": [
"XHNavBar",
"*.{h,m}"
],
"resource_bundles": {
"XHNavBarExample": [
"XHNavBar/Resource/*.png"
]
},
"requires_arc": true
}