blob: e0408f16e09c0ff8cc2bf84b337d5eb06046c871 [file] [log] [blame]
{
"name": "Marklight",
"version": "0.1.2",
"summary": "Markdown syntax highlighter for iOS.",
"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": "http://twitter.com/macteo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/macteo/Marklight.git",
"tag": "v0.1.2"
},
"source_files": "Marklight/**/*.{swift}",
"requires_arc": true
}