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