blob: 9dc9f715add405d7c274a8570fbda490fd851a1a [file] [log] [blame]
{
"name": "SwiftMandrill",
"version": "1.0.0",
"summary": "A simple iOS client for the Mandrill Mail API",
"description": "SwiftMandrill provides a simple API to send emails in your App",
"homepage": "https://github.com/PiXeL16/SwiftMandrill",
"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/SwiftMandrill.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftMandrill/",
"SwiftMandrill/**/*.{h,m,swift}"
],
"requires_arc": true,
"dependencies": {
"ObjectMapper": [
"~> 1.1"
],
"Alamofire": [
"~> 3.0"
]
}
}