4 "summary": "Lightweight markup text formatting in Swift",
5 "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.",
6 "homepage": "https://github.com/gonzalezreal/Markup",
12 "Guille Gonzalez": "gonzalezreal@icloud.com"
14 "social_media_url": "https://twitter.com/gonzalezreal",
15 "screenshots": "https://raw.githubusercontent.com/gonzalezreal/Markup/master/MarkupExample/Screenshot.png",
23 "git": "https://github.com/gonzalezreal/Markup.git",
26 "source_files": "Sources/**/*",
27 "frameworks": "Foundation",
28 "pushed_with_swift_version": "3.0"