blob: a6310c2ddcf98504390fccd0af6b025f83f19164 [file] [log] [blame]
{
"name": "JHDynamicFont",
"version": "0.0.1",
"summary": "通过为UIFontDescriptor添加category方法实现动态改变指定控件(如UILabel UIButtonLabel等)的字体大小。",
"description": "通过为UIFontDescriptor添加category方法实现动态改变指定控件(如UILabel UIButtonLabel等)的字体大小!!!",
"homepage": "https://github.com/Shenjinghao/JHDynamicFont.git",
"license": "MIT",
"authors": {
"shenjinghao": "807880748@qq.com"
},
"source": {
"git": "https://github.com/Shenjinghao/JHDynamicFont.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"JHDynamicFont/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"ios": null
}
}