blob: 9d1bc025d065f6c05d75555c791e94199b3eadc8 [file] [log] [blame]
{
"name": "UToolsLee",
"version": "0.0.3",
"summary": "快速创建UIButton以及UILabeal",
"description": "快速创建UIButton以及UILabeal",
"homepage": "https://github.com/Lee0924/UTools",
"authors": {
"Lee0924": "Leejialin0924@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Lee0924/UTools.git",
"tag": "v0.0.3"
},
"license": "MIT",
"requires_arc": true,
"subspecs": [
{
"name": "UIToolsLee",
"source_files": "UToolsLee/ButtonTool/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}