blob: 8e9adbb3043c350a977edde4152dd1417e4b007a [file] [log] [blame]
{
"name": "TextFormater",
"version": "2.0.0",
"summary": "Convert Markup String to NSAttributedString",
"description": "Convert a short string with formatting commands to attributed string. For used to format label or button, or display a short paragraph with equation.",
"homepage": "https://github.com/1fr3dg/TextFormater",
"screenshots": [
"https://github.com/1Fr3dG/TextFormater/blob/master/screen/example.png?raw=true",
"https://github.com/1Fr3dG/TextFormater/blob/master/screen/exampleOSX.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfred Gao": "alfredg@alfredg.cn"
},
"source": {
"git": "https://github.com/1fr3dg/TextFormater.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "Sources/*",
"swift_versions": "4.2",
"dependencies": {
"iosMath": [
],
"MarkdownKit": [
]
}
}