[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / a / 5 / SwiftMandrill / 1.0.0 / SwiftMandrill.podspec.json
blob9dc9f715add405d7c274a8570fbda490fd851a1a
2   "name": "SwiftMandrill",
3   "version": "1.0.0",
4   "summary": "A simple iOS client for the Mandrill Mail API",
5   "description": "SwiftMandrill provides a simple API to send emails in your 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.0"
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   }