blob: 4bd7d60ce991c0cd7dd86be7a4b6fa512c3711d8 [file] [log] [blame]
{
"name": "UToolsLee",
"version": "0.0.2",
"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.2"
},
"license": "MIT",
"requires_arc": true,
"subspecs": [
{
"name": "UIToolsLee",
"source_files": "UToolsLee/ButtonTool/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}