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