blob: 3f1de2e43f5dfdaec006b7591eb4106a6f2689fe [file] [log] [blame]
{
"name": "LSLColorPickerView",
"version": "1.0.0",
"summary": "一个很简洁实用的颜色选择器。",
"description": "学习Keynote,写了个属于自己的颜色选择器,用CALayer和其子类显示颜色条,用UIWindow自己封装成MenuController等等,代码高度内聚(一个类搞定),且简单实用。",
"homepage": "https://github.com/SilongLi/ColorPickerView",
"license": {
"type": "MIT"
},
"authors": {
"Bruce Li": "lisilongios@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SilongLi/ColorPickerView.git",
"tag": "1.0.0"
},
"source_files": "LSLColorPikerDemo/ColorPickerClass/*",
"requires_arc": true
}