blob: 7fdfb8f2f6bda95fbb472d500a5cc7d7e2041238 [file] [log] [blame]
{
"name": "mailcore2-ios",
"version": "0.6.2",
"summary": "Mailcore 2 for iOS",
"description": "MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP.",
"homepage": "http://libmailcore.com",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "MailCore Authors",
"source": {
"http": "http://d.etpan.org/mailcore2-deps/mailcore2-ios/mailcore2-ios-11.zip",
"flatten": true
},
"platforms": {
"ios": "8.0"
},
"header_dir": "MailCore",
"requires_arc": false,
"public_header_files": "include/MailCore/*.h",
"preserve_paths": "include/MailCore/*.h",
"vendored_libraries": "lib/libMailCore-ios.a",
"libraries": [
"xml2",
"iconv",
"z",
"c++"
],
"prepare_command": "curl -O https://github.com/MailCore/mailcore2/raw/master/LICENSE"
}