blob: e46c42f55be467da76f04b46c00b9bcf4f64647e [file] [log] [blame]
{
"name": "Markup",
"version": "2.1",
"summary": "Lightweight markup text formatting in Swift",
"description": "Markup generates attributed strings using a familiar markup syntax:\n\n* To emphasize words or sentences, you can surround the text with *asterisks* to create bold text or _underscores_ for italic text.\n* To show corrections in the text, surround the text with ~tildes~ to strike out the text.\n* You can combine formatting options.",
"homepage": "https://github.com/gonzalezreal/Markup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guille Gonzalez": "gonzalezreal@icloud.com"
},
"social_media_url": "https://twitter.com/gonzalezreal",
"screenshots": "https://raw.githubusercontent.com/gonzalezreal/Markup/master/MarkupExample/Screenshot.png",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gonzalezreal/Markup.git",
"tag": "2.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}