blob: 0aa8ac443b145d9bc48725565ec8f9d75ba15840 [file] [log] [blame]
{
"name": "PrettyString",
"version": "0.1.1",
"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/OinkIguana/pretty-string",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cameron Eldridge": "cameldridge+git@gmail.com"
},
"source": {
"git": "https://github.com/OinkIguana/pretty-string.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PrettyString/Classes/**/*",
"swift_version": "4.0"
}