[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / 8 / 5 / e / MarkdownKit / 1.0.2 / MarkdownKit.podspec.json
blob70b690aff927e2103f8b7c4155d3304bfb255926
2   "name": "MarkdownKit",
3   "version": "1.0.2",
4   "summary": "MarkdownKit is a customizable and extensible Markdown parser for iOS.",
5   "description": "MarkdownKit is a customizable and extensible Markdown parser for iOS.\nIt supports many of the standard Markdown elements through the use of Regular\nExpressions. It also allows customization of font and color attributes for\nall the Markdown elements.",
6   "homepage": "https://github.com/ivanbruel/MarkdownKit",
7   "screenshots": "https://raw.githubusercontent.com/ivanbruel/MarkdownKit/master/Resources/MarkdownKitExample.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ivan Bruel": "ivan.bruel@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivanbruel/MarkdownKit.git",
17     "tag": "1.0.2"
18   },
19   "social_media_url": "https://twitter.com/ivanbruel",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "MarkdownKit/Classes/**/*",
24   "frameworks": "UIKit"