| { |
| "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": [ |
| |
| ] |
| } |
| } |