[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / d / c / SendGrid / 0.1.0 / sendgrid.podspec.json
blob42fa7ce761381fd1bffc9e1ddfd4436b102b8d37
2   "name": "sendgrid",
3   "version": "0.1.0",
4   "summary": "This library allows you to quickly and easily send emails through SendGrid using Objective-C.",
5   "homepage": "https://github.com/sendgrid/sendgrid-objc",
6   "license": {
7     "type": "MIT",
8     "file": "MIT.LICENSE"
9   },
10   "authors": {
11     "kunal732": "kunal.batra@sendgrid.com"
12   },
13   "source": {
14     "git": "https://github.com/sendgrid/sendgrid-objc.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0"
28     ]
29   },
30   "requires_arc": false