blob: 9e315e0a4c1f49d9261fdd77445035d3b530333d [file] [log] [blame]
{
"name": "FTFontLabelCategory",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FTFontLabelCategory/Classes/**/*"
}