blob: 34a9ccc4d643794dc975141940fedc809b767379 [file] [log] [blame]
{
"name": "SourceEditor",
"version": "1.0.1",
"license": "MIT",
"summary": "A native source editor for iOS and macOS.",
"homepage": "https://github.com/louisdh/source-editor",
"social_media_url": "http://twitter.com/LouisDhauwe",
"authors": {
"Louis D'hauwe": "louisdhauwe@silverfox.be"
},
"source": {
"git": "https://github.com/louisdh/source-editor.git",
"tag": "1.0.1"
},
"module_name": "SourceEditor",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SavannaKit": [
"~> 0.9"
]
}
}