blob: 44e1d7dbb86979cf29676ba872b5150f9786fbf6 [file] [log] [blame]
{
"name": "TextFormater",
"version": "1.0.0",
"summary": "Convert String to NSAttributedString",
"description": "Convert a short string with formatting commands to attributed string. For used to format label or button.",
"homepage": "https://github.com/1fr3dg/TextFormater",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfred Gao": "alfredg@alfredg.cn"
},
"source": {
"git": "https://github.com/1fr3dg/TextFormater.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TextFormater/Classes/**/*",
"pushed_with_swift_version": "3.0"
}