blob: 902b3a2de70f331d68fab60c492a72ccbbe25b68 [file] [log] [blame]
{
"name": "MWLabel",
"version": "0.1.5",
"summary": "A short description of MWLabel.",
"description": "基于CoreText实现的Label",
"homepage": "https://github.com/mingway1991/MWLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mingway1991": "shimingwei@lvmama.com"
},
"source": {
"git": "https://github.com/mingway1991/MWLabel.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MWLabel/Classes/**/*",
"frameworks": [
"UIKit",
"CoreText"
]
}