[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / e / b / 3 / SwiftMarkdown / 0.0.1 / SwiftMarkdown.podspec.json
blobefed3f15f5c56343d34d8acdb34b5d4039c6166c
2   "name": "SwiftMarkdown",
3   "version": "0.0.1",
4   "summary": "Library for formatting markdown in swift",
5   "description": "SwiftMarkdown is library for parsing and formatting strings with markdown tags",
6   "authors": {
7     "Vinicius Rodrigues": "vinicius.a.ro@gmail.com"
8   },
9   "platforms": {
10     "ios": "9.3"
11   },
12   "homepage": "https://github.com/viniciusaro/SwiftMarkdown.git",
13   "source": {
14     "git": "https://github.com/viniciusaro/SwiftMarkdown.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "SwiftMarkdown/SwiftMarkdown/Classes/**/*.{h,m,swift}"
19   ],
20   "license": {
21     "type": "MIT",
22     "file": "LICENSE"
23   },
24   "static_framework": true,
25   "swift_version": "4.0"