blob: 260a92b2567b043159593feb22510d5e58dbede2 [file] [log] [blame]
{
"name": "mimetic",
"version": "0.9.8",
"summary": "Email library (MIME) written in C++.",
"description": "mimetic is a free Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient.",
"homepage": "https://github.com/OliverLetterer/mimetic",
"license": "MIT",
"authors": {
"Stefano Barbato": "stefano@codesink.org"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/OliverLetterer/mimetic.git",
"tag": "0.9.8"
},
"source_files": [
"mimetic/*.{h,m,cxx}",
"mimetic/**/*.{h,m,cxx}"
],
"header_mappings_dir": "mimetic",
"prefix_header_contents": [
"#include <unistd.h>",
"#include <sys/stat.h>",
"#define VERSION \"0.9.8\""
],
"libraries": "stdc++",
"requires_arc": true
}