[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 6 / 5 / 2 / SwiftMailgun / 0.0.1 / SwiftMailgun.podspec.json
blob0083fd8272025498bb534eb3c1a265343c6eeaf6
2   "name": "SwiftMailgun",
3   "version": "0.0.1",
4   "summary": "A simple alternative when you need to send an email with your iOS app using MailGun.",
5   "description": "SwiftMailgun provides simple alternative when you need to send an email with your iOS app using MailGun.",
6   "homepage": "https://github.com/PiXeL16/SwiftMailgun",
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/SwiftMailgun.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "SwiftMailgun/",
24     "SwiftMailgun/**/*.{h,m,swift}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "ObjectMapper": [
29       "~> 1.1"
30     ],
31     "Alamofire": [
32       "~> 3.0"
33     ]
34   }