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