blob: 3b7f182a9ff05631c1bbcd8be8cef2948ed81b96 [file] [log] [blame]
{
"name": "morse",
"version": "0.1.7",
"summary": "A C library for sending and receiving email.",
"description": "This email library is designed to be used as a backend for a UI.",
"homepage": "https://github.com/albert-yu/morse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"albert-yu": "albert.yu@gmail.com"
},
"source": {
"git": "https://github.com/albert-yu/morse.git",
"tag": "0.1.7"
},
"platforms": {
"osx": "10.14"
},
"requires_arc": false,
"static_framework": true,
"frameworks": [
"CoreFoundation",
"Security"
],
"source_files": "include/**/*.h",
"public_header_files": "include/*.h",
"vendored_libraries": [
"libmorse.a",
"lib/libcurl.a",
"lib/libsodium.a"
],
"libraries": [
"morse",
"curl",
"sodium",
"ldap",
"z"
],
"prepare_command": "make clean\nmake"
}