blob: 59afda6b51ed728a7e6163eb84b9f0683a3033de [file] [log] [blame]
{
"name": "FTFontLabelCategory",
"version": "0.0.1",
"summary": "UILabel Category adjust the Font automatically to fit the size",
"description": "UILabel adjust the Font automatically to fit the size\nUILabel的扩展,根据设置的大小(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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FTFontLabelCategory/Classes/**/*"
}