blob: 33069e7282c1751f4bbd686ea53a4a3dc9af8333 [file] [log] [blame]
{
"name": "MWLabel",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MWLabel/Classes/**/*",
"frameworks": [
"UIKit",
"CoreText"
]
}