blob: 32dc29a06d68bd217a51c667e241e7b1700b9235 [file] [log] [blame]
{
"name": "SMTPLite",
"version": "0.0.1",
"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.1"
},
"source_files": "smtp/**/*.{h,m}",
"public_header_files": "smtp/**/*.h",
"libraries": "z",
"requires_arc": true,
"vendored_libraries": "smtp/curl/libcurl.a",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(SRCROOT)/smtp/curl/curl"
}
}