blob: 96280c63b64e79db9feb1a27b6fbf7ff4af682b2 [file] [log] [blame]
{
"name": "SWMailgun",
"version": "1.0.1",
"summary": "✉️ SWMailgun provides simple alternative APIs when you need to send an email with your iOS app using Mailgun",
"requires_arc": true,
"homepage": "https://github.com/limadeveloper/SWMailgun",
"license": "MIT",
"authors": {
"John Lima": "john.limadeveloper@gmail.com"
},
"social_media_url": "https://twitter.com/thejohnlima",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/limadeveloper/SWMailgun.git",
"tag": "1.0.1"
},
"source_files": "Framework/SWMailgun/Source/**/*.{swift}",
"swift_versions": "4.1",
"dependencies": {
"BaseNetworkKit": [
]
},
"swift_version": "4.1"
}