blob: 22012926ae0d727e39eb0803c92021e7dade6187 [file] [log] [blame]
{
"name": "HYBViewControllerCategory",
"version": "0.1",
"summary": "将系统iOS导航常用操作封装、常用UITabbar操作封装、UINavigationBar配置封装扩展到UIViewController中,使用简单且适配iOS6.0",
"description": "A longer description of HYBViewControllerCategory in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://EXAMPLE/HYBViewControllerCategory",
"license": "MIT",
"authors": {
"huangyibiao": "huangyibiao520@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/632840804/HYBViewControllerCategory.git",
"tag": "0.1"
},
"source_files": [
"HYBViewControllerCategory",
"*.{h,m}"
],
"requires_arc": true
}