blob: 3fc16c72a1ebc04e550338b7a27d588ba5a263b8 [file] [log] [blame]
{
"name": "Mailgun-In-Swift",
"version": "1.0.0",
"summary": "Simple api for using Mailgun in Swift",
"description": "Mailgun-In-Swift provides simple alternative api when you need to send an email with your iOS app using MailGun.",
"homepage": "https://github.com/KevinAo22/Mailgun-In-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ao Zhang": "kevinao@kevinao.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/KevinAo22/Mailgun-In-Swift.git",
"tag": "1.0.0"
},
"source_files": [
"Mailgun-In-Swift/",
"Mailgun-In-Swift/**/*.{h,m,swift}"
],
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
],
"Alamofire": [
]
}
}