blob: 9e1629e5e78769eab123d07ee9ffc6622574dec4 [file] [log] [blame]
{
"name": "TBFontAdjust",
"version": "0.1.0",
"summary": "iOS font adjust test",
"description": "适用于iOS不同屏幕的字体适配,iphone 5,5s,se,6,6s,7,8使用同一套字体,plus字体放大1.5倍(默认),利用runtime实现,适用于xib与代码手写",
"homepage": "https://github.com/bobtaocool/TBFontAdjust",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TDB": "1639008265@qq.com"
},
"source": {
"git": "https://github.com/bobtaocool/TBFontAdjust.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TBFontAdjust/Classes/**/*"
}