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