[Add] DocumentReaderMRZRFIDStage 7.5.10842
[CocoaPods.git] / Specs / c / 2 / a / Highlightr / 0.9.1 / Highlightr.podspec.json
blob0f2e935f9aa70a4650904a01a52a4da215f76b67
2   "name": "Highlightr",
3   "version": "0.9.1",
4   "summary": "iOS & OSX Syntax Highlighter.",
5   "description": "Highlightr is an iOS & OSX syntax highlighter built with Swift. It uses highlight.js as it core, supports 152 languages and comes with 72 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": "0.9.1",
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   }