[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 2 / SwiftMailgun / 1.0.1 / SwiftMailgun.podspec.json
blob5501dcb05ea4ec89afe54cc5f3c5316ecee5da64
2   "name": "SwiftMailgun",
3   "version": "1.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": "1.0.1"
21   },
22   "source_files": [
23     "SwiftMailgun/",
24     "SwiftMailgun/**/*.{h,m,swift}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "ObjectMapper": [
30     ],
31     "Alamofire": [
33     ]
34   },
35   "pushed_with_swift_version": "3.0"