blob: 98bfbf6afff2416265c4e3292932778d4a85ee0a [file] [log] [blame]
{
"name": "ETFontSize",
"version": "1.0.0",
"summary": "ETFontSize set fontsize",
"description": "iOS开发中的UIFont的类别,可随设备变化而自动改变字体大小",
"homepage": "https://github.com/EvanTong1008/ETFontSize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EvanTong": "tongyiwang@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/EvanTong1008/ETFontSize.git",
"tag": "1.0.0"
},
"source_files": "ETFontSize/ETFontSize/ETFontSize/*.{h,m}",
"requires_arc": true
}