blob: 4b465bed025821178a7e6603cef992cbef0a79b3 [file] [log] [blame]
{
"name": "SendGrid",
"version": "0.3.0",
"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": "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.3.0"
},
"social_media_url": "https://twitter.com/sendgrid",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"SMTPAPI": [
]
}
}