blob: 01ec15e2b55e302d6086c63d601716f4b733cd8b [file] [log] [blame]
{
"name": "GYBaseViewCategory",
"version": "0.1.0",
"summary": "视图分类",
"description": "常见视图的一些设置,如果一行行去进行设置属性会显得代码麻烦。之前有见到过通过方法设置,但是有的时候又不需要设置那么多属性,方法的参数还需要传nil。因此,采用了链式编程进行属性设置。部分方法在view的分类里,一般是一些通用的属性。部分控件的属性可能没有添加完全,后续会更新。",
"homepage": "https://github.com/imzhiyuanxiaopo/GYBaseViewCategory",
"license": "MIT",
"authors": {
"gzy1992123": "872598520@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/imzhiyuanxiaopo/GYBaseViewCategory.git",
"tag": "0.1.0"
},
"source_files": "GYBaseViewCategory/View/*.{h,m}"
}