blob: 0083fd8272025498bb534eb3c1a265343c6eeaf6 [file] [log] [blame]
{
"name": "SwiftMailgun",
"version": "0.0.1",
"summary": "A simple alternative when you need to send an email with your iOS app using MailGun.",
"description": "SwiftMailgun provides simple alternative when you need to send an email with your iOS app using MailGun.",
"homepage": "https://github.com/PiXeL16/SwiftMailgun",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Jimenez": "cjimenez16@gmail.com"
},
"social_media_url": "http://twitter.com/chrisjimeneznat",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PiXeL16/SwiftMailgun.git",
"tag": "0.0.1"
},
"source_files": [
"SwiftMailgun/",
"SwiftMailgun/**/*.{h,m,swift}"
],
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
"~> 1.1"
],
"Alamofire": [
"~> 3.0"
]
}
}