[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / d / c / 2 / EFMarkdown / 5.0.0 / EFMarkdown.podspec.json
blobe827d847f5ebfd82393a92722d3e9a4453faa413
2   "name": "EFMarkdown",
3   "version": "5.0.0",
4   "summary": "A lightweight Markdown library for iOS.",
5   "description": "A lightweight Markdown library in Swift, based on EFCMark, inspired by markdown and Markoff.",
6   "homepage": "https://github.com/EyreFree/EFMarkdown",
7   "screenshots": "https://raw.githubusercontent.com/EFPrefix/EFMarkdown/master/Assets/EFMarkdown.png",
8   "license": {
9     "type": "WTFPL",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "EyreFree": "eyrefree@eyrefree.org"
14   },
15   "source": {
16     "git": "https://github.com/EyreFree/EFMarkdown.git",
17     "tag": "5.0.0"
18   },
19   "social_media_url": "https://twitter.com/EyreFree777",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "EFMarkdown/Classes/**/*",
25   "resource_bundles": {
26     "EFMarkdown": [
27       "EFMarkdown/Assets/**/*"
28     ]
29   },
30   "dependencies": {
31     "EFCMark": [
32       "0.0.2"
33     ]
34   }