[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / a / Highlightr / 1.1.0 / Highlightr.podspec.json
bloba1173d62a732e84d8958c0ea7c91949e493da360
2   "name": "Highlightr",
3   "version": "1.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 166 languages and comes with 77 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": "1.1.0",
18     "submodules": true
19   },
20   "platforms": {
21     "osx": "10.11",
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "source_files": "Pod/Classes/**/*.{swift}",
26   "resources": "Pod/Assets/**/*.{css,js}",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "pushed_with_swift_version": "3.0"