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