blob: 24942decf4dc099c1590bd1ca723fd2648f6af88 [file] [log] [blame]
{
"name": "SMTPLite",
"version": "0.0.3",
"summary": "A smtp library for object-c",
"homepage": "https://github.com/jasenhuang/smtp",
"license": {
"type": "BSD"
},
"authors": {
"jasenhuang": "jasenhuang@rdgz.org"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jasenhuang/smtp.git",
"tag": "0.0.3"
},
"source_files": "smtp/**/*.{h,m}",
"public_header_files": "smtp/**/*.h",
"libraries": "z",
"requires_arc": true,
"vendored_libraries": "smtp/curl/libcurl.a"
}