blob: ec6342baa608846186eecc08ea3f78c4958fdef1 [file] [log] [blame]
{
"name": "Notepad",
"version": "0.3.0",
"summary": "A themeable Markdown editor.",
"description": "Notepad gives your users the ability to write and edit Markdown directly in your app.\n\nThe editor is fully themeable with a JSON stylesheet.\n\nAdd it to your app with only a few lines of code.",
"homepage": "https://github.com/ruddfawcett/Notepad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rudd Fawcett": "rudd.fawcett@gmail.com"
},
"source": {
"git": "https://github.com/ruddfawcett/Notepad.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/ruddfawcett",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source_files": "Notepad/*.swift",
"resources": "Notepad/themes/*.json"
}