blob: d7667265b81cff012b2ebe82d13223cc375304ab [file] [log] [blame]
{
"name": "mailgun",
"version": "1.0.3",
"summary": "The Mailgun SDK allows your Mac OS X or iOS application to connect with the programmable email platform.",
"homepage": "https://github.com/rackerlabs/objc-mailgun",
"license": "MIT",
"authors": {
"Jay Baird": "jay.baird@rackspace.com"
},
"source": {
"git": "https://github.com/rackerlabs/objc-mailgun.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.1.0"
]
}
}