[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 5 / 1 / Markup / 2.1 / Markup.podspec.json
blobe46c42f55be467da76f04b46c00b9bcf4f64647e
2   "name": "Markup",
3   "version": "2.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guille Gonzalez": "gonzalezreal@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/gonzalezreal",
15   "screenshots": "https://raw.githubusercontent.com/gonzalezreal/Markup/master/MarkupExample/Screenshot.png",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/gonzalezreal/Markup.git",
24     "tag": "2.1"
25   },
26   "source_files": "Sources/**/*",
27   "frameworks": "Foundation"