blob: a1173d62a732e84d8958c0ea7c91949e493da360 [file] [log] [blame]
{
"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"
},
"pushed_with_swift_version": "3.0"
}