[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / f / Highlightr3 / 3.0.2 / Highlightr3.podspec.json
blob8fb6697ccba28c95ebd6ee215a0feb7d9470e077
2   "name": "Highlightr3",
3   "version": "3.0.2",
4   "summary": "iOS & macOS Syntax Highlighter.",
5   "description": "Highlightr is an iOS & macOS syntax highlighter built with Swift. It uses highlight.js as it core, supports 176 languages and comes with 79 styles.",
6   "homepage": "http://github.com/raspu/Highlightr",
7   "screenshots": "http://raw.githubusercontent.com/octree/Highlightr/master/coding.gif",
8   "license": "MIT",
9   "authors": {
10     "J.P. Illanes": "jpillaness@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/octree/Highlightr.git",
14     "tag": "3.0.2",
15     "submodules": true
16   },
17   "platforms": {
18     "osx": "10.11",
19     "ios": "10.0"
20   },
21   "swift_versions": "5.3",
22   "requires_arc": true,
23   "source_files": "Sources/Highlightr/**/*.{swift}",
24   "resources": "Sources/Highlightr/Resources/**/*.{css,js}",
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "frameworks": "AppKit"
30   },
31   "swift_version": "5.3"