blob: 955d601875cb105f0382e55a80da870b1c6f1efe [file] [log] [blame]
{
"name": "RBMenuView",
"version": "0.0.2",
"summary": "菜单视图",
"description": "一个自定义的彩单视图",
"homepage": "https://github.com/ice343241993/RBMenuView",
"license": "MIT",
"authors": {
"zhangrongbing": "zhangrongbing@lovcreate.com"
},
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/ice343241993/RBMenuView.git",
"tag": "0.0.2"
},
"source_files": "RBMenuView/SigleMenuView/**/*.{h,m}",
"subspecs": [
{
"name": "Category",
"platforms": {
"ios": "8.1"
},
"source_files": "RBMenuView/Category/*.{h,m}"
}
]
}