{ | |
"name": "DragNav", | |
"version": "0.0.1", | |
"summary": "自定义导航栏控制器", | |
"description": "DragNav 是自定义侧滑导航栏控制器", | |
"homepage": "https://github.com/longanxiang/DragNav", | |
"license": { | |
"type": "MIT", | |
"file": "FILE_LICENSE" | |
}, | |
"authors": { | |
"anxianglong": "anxianglong@huangbaoche.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/longanxiang/DragNav.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Class/*.{h,m}", | |
"exclude_files": "DragNav", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
] | |
} |