[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / d / c / SendGrid / 0.3.0 / SendGrid.podspec.json
blob4b465bed025821178a7e6603cef992cbef0a79b3
2   "name": "SendGrid",
3   "version": "0.3.0",
4   "summary": "Send emails using SendGrid",
5   "description": "                       This library allows you to quickly and easily send emails through SendGrid using Objective-C.\n",
6   "homepage": "https://github.com/sendgrid/sendgrid-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kunal Batra": "kunal.batra@sendgrid.com",
13     "Heitor Tashiro Sergent": "heitortsergent@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sendgrid/sendgrid-objc.git",
17     "tag": "0.3.0"
18   },
19   "social_media_url": "https://twitter.com/sendgrid",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Classes/*",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0"
28     ],
29     "SMTPAPI": [
31     ]
32   }