blob: cd30d3cd916346c749f5fc7912f0533160bfce2c [file] [log] [blame]
{
"name": "PrettyString",
"version": "1.0.0",
"summary": "NSAttributedString is ugly. PrettyString is pretty.",
"description": "PrettyString defines a highly customizable, and extremely simple syntax for making strings pretty.\n\nWhere XML, HTML and Markdown based alternatives exist, PrettyString provides significantly more flexibility than\nMarkdown with a much cleaner syntax than HTML.",
"homepage": "https://github.com/foxfriends/pretty-string",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cameron Eldridge": "cameldridge+git@gmail.com"
},
"source": {
"git": "https://github.com/foxfriends/pretty-string.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "PrettyString/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}