4 "summary": "A C library for sending and receiving email.",
5 "description": "This email library is designed to be used as a backend for a UI.",
6 "homepage": "https://github.com/albert-yu/morse",
12 "albert-yu": "albert.yu@gmail.com"
15 "git": "https://github.com/albert-yu/morse.git",
21 "requires_arc": false,
22 "static_framework": true,
27 "source_files": "include/**/*.h",
28 "public_header_files": "include/*.h",
29 "vendored_libraries": [
41 "prepare_command": "make clean\nmake"