[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / 3 / SwiftMarkdown / 0.0.2 / SwiftMarkdown.podspec.json
blob718d475885887a9d0603307f5033747b67cc0b05
2   "name": "SwiftMarkdown",
3   "version": "0.0.2",
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.2"
16   },
17   "social_media_url": "https://twitter.com/vinizzera",
18   "source_files": [
19     "SwiftMarkdown/SwiftMarkdown/Classes/**/*.{h,m,swift}"
20   ],
21   "license": {
22     "type": "MIT",
23     "file": "LICENSE"
24   },
25   "static_framework": true,
26   "pushed_with_swift_version": "4.0"