blob: 3ba70693caee6f21cf53d4e92e658ef9898975cb [file] [log] [blame]
{
"name": "FTFontLabelCategory",
"version": "0.0.3",
"summary": "UILabel Category adjust the Font automatically to fit the size",
"description": "UILabel adjust the Font automatically to fit the size\nUILabel的扩展,根据设置label的大小(size)调整Font的大小,顺便封装了增加行间距的方法。",
"homepage": "https://github.com/johnsongs/FTFontLabelCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnsongs": "936642419@qq.com"
},
"source": {
"git": "https://github.com/johnsongs/FTFontLabelCategory.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "FTFontLabelCategory/Classes/**/*"
}