blob: 5feeeb0369e9be126de0cfd63d9ae36cd85e934c [file] [log] [blame]
{
"name": "MailUtil",
"version": "0.1.1",
"summary": "Sending mails with `skpsmtpmessage` in serial order.",
"description": "As you known, `skpsmtpmessage` could not send email in concurrent order. `MailUtil` is a tool that wrap `skpsmtpmessage` to send emails in serial order.",
"homepage": "https://github.com/troyz/MailUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Troy Zhang": "java.koma@gmail.com"
},
"source": {
"git": "https://github.com/troyz/MailUtil.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MailUtil/Classes/*.{h,m}",
"public_header_files": "MailUtil/Classes/*.h",
"frameworks": [
"CFNetwork",
"Foundation"
],
"subspecs": [
{
"name": "skpsmtpmessage",
"source_files": "MailUtil/Classes/skpsmtpmessage/*.{h,m}",
"public_header_files": "MailUtil/Classes/skpsmtpmessage/*.h",
"requires_arc": false,
"frameworks": [
"CFNetwork",
"Foundation"
]
}
]
}