blob: 2770f6cc9186be42954033a8f88387046dd4939c [file] [log] [blame]
{
"name": "HXBaseViewController",
"version": "1.1.1",
"summary": "快速搭建界面的导航栏配置",
"description": "高度定制化\n使用简单\n支持旋转,导航栏等配置。 通过继承 HXBaseViewController 类,对带导航的界面进行定制,类中已做了初始化设置,\n最好是 继承 HXBaseViewController 配置样式,然后继承你自定义的类。",
"homepage": "https://github.com/EarthMass/HXBaseViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mars": "627556038@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/EarthMass/HXBaseViewController.git",
"tag": "1.1.1"
},
"source_files": "HXBaseViewController/*.{h,m}",
"resources": "HXBaseViewController/HXBaseViewController.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"FDFullscreenPopGesture": [
"~> 1.1"
]
}
}