blob: 2cbd37a825483a74afbf1f7f3611624fa5ffcdc0 [file] [log] [blame]
{
"name": "sendgrid",
"version": "0.2.1",
"summary": "Send emails using SendGrid",
"description": " This library allows you to quickly and easily send emails through SendGrid using Objective-C.\n",
"homepage": "https://github.com/sendgrid/sendgrid-objc",
"license": {
"type": "MIT",
"file": "MIT.LICENSE"
},
"authors": {
"Kunal Batra": "kunal.batra@sendgrid.com",
"Heitor Tashiro Sergent": "heitortsergent@gmail.com"
},
"source": {
"git": "https://github.com/sendgrid/sendgrid-objc.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/sendgrid",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"SMTPAPI": [
]
}
}