[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / a / 5 / SwiftMandrill / 1.0.4 / SwiftMandrill.podspec.json
blob69211b1c2d25bd6dc3241818c317bcc1398ccfdf
2   "name": "SwiftMandrill",
3   "version": "1.0.4",
4   "summary": "A simple iOS client for the Mandrill Mail API",
5   "description": "SwiftMandrill provides simple alternative when you need to send an email with your iOS app.",
6   "homepage": "https://github.com/PiXeL16/SwiftMandrill",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Jimenez": "cjimenez16@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/chrisjimeneznat",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/PiXeL16/SwiftMandrill.git",
20     "tag": "1.0.4"
21   },
22   "source_files": [
23     "SwiftMandrill/",
24     "SwiftMandrill/**/*.{h,m,swift}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "ObjectMapper": [
29       "~> 1.1"
30     ],
31     "Alamofire": [
32       "~> 3.0"
33     ]
34   }