[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / 8 / 5 / e / MarkdownKit / 1.5 / MarkdownKit.podspec.json
blob0f9f829b59ffe44ae0d1c3237b5023d3ff95a9f7
2   "name": "MarkdownKit",
3   "version": "1.5",
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/bmoliveira/MarkdownKit",
7   "screenshots": "https://raw.githubusercontent.com/bmoliveira/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/bmoliveira/MarkdownKit.git",
17     "tag": "1.5"
18   },
19   "social_media_url": "https://twitter.com/ivanbruel",
20   "source_files": "MarkdownKit/Sources/Common/**/*",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10"
24   },
25   "ios": {
26     "source_files": "MarkdownKit/Sources/UIKit/**/*",
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "source_files": "MarkdownKit/Sources/AppKit/**/*",
31     "frameworks": "AppKit"
32   }