1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "mailcore2-osx",
"version": "0.6.4",
"summary": "Mailcore 2 for OS X",
"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": {
"git": "http://github.com/MailCore/mailcore2.git",
"branch": "master"
},
"platforms": {
"osx": 10.8
},
"header_dir": "MailCore",
"requires_arc": false,
"public_header_files": "cocoapods-build/include/MailCore/*.h",
"preserve_paths": "cocoapods-build/include/MailCore/*.h",
"vendored_libraries": "cocoapods-build/lib/libMailCore.a",
"libraries": ["sasl2", "tidy", "xml2", "iconv", "z", "c++", "crypto", "ssl", "resolv"],
"prepare_command": "./scripts/build-mailcore2-osx-cocoapod.sh"
}
|