[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / d / c / 2 / EFMarkdown / 0.0.5 / EFMarkdown.podspec.json
blob11b3c4b25bd563b48d65f13a8640ef2b9620ad8c
2   "name": "EFMarkdown",
3   "version": "0.0.5",
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   "license": {
8     "type": "WTFPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EyreFree": "eyrefree@eyrefree.org"
13   },
14   "source": {
15     "git": "https://github.com/EyreFree/EFMarkdown.git",
16     "tag": "0.0.5"
17   },
18   "social_media_url": "https://twitter.com/EyreFree777",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "EFMarkdown/Classes/**/*",
23   "resource_bundles": {
24     "EFMarkdown": [
25       "EFMarkdown/Assets/**/*"
26     ]
27   },
28   "dependencies": {
29     "EFCMark": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"