blob: f6b81116d3dd8a58f6df9fb0fdefb101145ab0cf [file] [log] [blame]
{
"name": "XY_Kit",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"XYKit/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"ios": null
},
"dependencies": {
"MGJRouter": [
]
},
"prefix_header_contents": "#import \"MGJRouter.h\""
}