[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / d / c / SendGrid / 0.2.6 / SendGrid.podspec.json
blob683f49325e9452afbcb8cbcaa4dfdc0001566820
2   "name": "SendGrid",
3   "version": "0.2.6",
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": "MIT.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.2.6"
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   }