[Add] YIM 2.2.1
[CocoaPods.git] / Specs / c / 2 / a / Highlightr / 2.1.0 / Highlightr.podspec.json
blobc7856bb9b3c1d60cfe70c6e045a590a0a9e46cf1
2   "name": "Highlightr",
3   "version": "2.1.0",
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": [
8     "http://raw.githubusercontent.com/raspu/Highlightr/master/mix2.gif",
9     "http://raw.githubusercontent.com/raspu/Highlightr/master/coding.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "J.P. Illanes": "jpillaness@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/raspu/Highlightr.git",
17     "tag": "2.1.0",
18     "submodules": true
19   },
20   "platforms": {
21     "osx": "10.11",
22     "ios": "8.0"
23   },
24   "swift_version": "4.2",
25   "requires_arc": true,
26   "source_files": "Pod/Classes/**/*.{swift}",
27   "resources": "Pod/Assets/**/*.{css,js}",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "AppKit"
33   }