[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 5 / 1 / Markup / 2.2 / Markup.podspec.json
blob565274f283f324b145282fb0645b768bc972634c
2   "name": "Markup",
3   "version": "2.2",
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.2"
25   },
26   "source_files": "Sources/**/*",
27   "frameworks": "Foundation"