blob: 42fa7ce761381fd1bffc9e1ddfd4436b102b8d37 [file] [log] [blame]
{
"name": "sendgrid",
"version": "0.1.0",
"summary": "This library allows you to quickly and easily send emails through SendGrid using Objective-C.",
"homepage": "https://github.com/sendgrid/sendgrid-objc",
"license": {
"type": "MIT",
"file": "MIT.LICENSE"
},
"authors": {
"kunal732": "kunal.batra@sendgrid.com"
},
"source": {
"git": "https://github.com/sendgrid/sendgrid-objc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"requires_arc": false
}