[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / d / c / SendGrid / 0.2.3 / sendgrid.podspec.json
blob46d34805862a04dc2bf9543e7e92fbd6cc03267f
2   "name": "sendgrid",
3   "version": "0.2.3",
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.3"
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   }