blob: b021155d5225c30eb3198012af96aca3c003d5f2 [file] [log] [blame]
{
"name": "Marklight",
"version": "1.3.0",
"summary": "Markdown syntax highlighter for iOS and macOS.",
"description": "Marklight is a drop in component to easily add realtime markdown syntax highlight on any user editable text view on iOS applications.",
"homepage": "https://github.com/macteo/Marklight",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Gavagnin": "m@macteo.it"
},
"social_media_url": "https://twitter.com/macteo",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/macteo/Marklight.git",
"tag": "v1.3.0"
},
"source_files": "Marklight/**/*.{swift}",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}