Files
GitHawk/Pods/Local Podspecs/Highlightr.podspec.json
Ryan Nystrom 0eba56ecb1 Move Highlightr to local pods, update to 9.12.0, trim languages list (#1148)
* add highlightr to local pods

* update highlight.js to 9.12.0

* remove 3.2 post install

* fix 9.12 to use browser based hljs

* trim down supported languages

* smaller code size
2017-12-03 11:41:36 -05:00

34 lines
944 B
JSON

{
"name": "Highlightr",
"version": "1.1.0",
"summary": "iOS & macOS Syntax Highlighter.",
"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.",
"homepage": "http://github.com/raspu/Highlightr",
"screenshots": [
"http://raw.githubusercontent.com/raspu/Highlightr/master/mix2.gif",
"http://raw.githubusercontent.com/raspu/Highlightr/master/coding.gif"
],
"license": "MIT",
"authors": {
"J.P. Illanes": "jpillaness@gmail.com"
},
"source": {
"git": "https://github.com/raspu/Highlightr.git",
"tag": "1.1.0",
"submodules": true
},
"platforms": {
"osx": "10.11",
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{swift}",
"resources": "Pod/Assets/**/*.{css,js}",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
}
}