[Add] DocumentReaderFullAuthStage 7.5.10811
[CocoaPods.git] / Specs / 2 / 1 / 8 / Markdown / 1.0.0-alpha.2 / Markdown.podspec.json
blob69634f780c3619054ca0b5902d4bf03573d1943f
2   "name": "Markdown",
3   "version": "1.0.0-alpha.2",
4   "summary": "Full markdown support for Swift - wrapper over Discount (this actually is what GitHub uses deep down)",
5   "homepage": "https://github.com/crossroadlabs/Markdown",
6   "license": {
7     "type": "LGPL",
8     "file": "LICENSE.LESSER.txt"
9   },
10   "authors": {
11     "Daniel Leping": "daniel@crossroadlabs.xyz"
12   },
13   "source": {
14     "git": "https://github.com/crossroadlabs/Markdown.git",
15     "tag": "1.0.0-alpha.2"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "Sources/Markdown/*.swift",
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "dependencies": {
27     "CDiscount": [
28       "~> 2.2"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"