mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-13 17:25:52 +08:00
* 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
34 lines
944 B
JSON
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"
|
|
}
|
|
}
|