blob: 95fc01c6f18c5170a5d88fb922cd836541570b2e [file] [log] [blame]
{
"name": "CustomCocoapods",
"version": "0.0.1",
"summary": "一些自定义类和控件",
"license": "MIT",
"homepage": "https://github.com/ThinkDifferents/CustomClass.git",
"authors": {
"师伟": "164913478@qq.com"
},
"source": {
"git": "https://github.com/ThinkDifferents/CustomClass.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"description": "1.UIview添加点击事件,2.可以设置文字间距的label,可以设置渐变背景色的Button,带占位文本的textView",
"source_files": [
"Extension",
"Extension/*.{h,m}"
]
}