[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / d / 7 / 4 / Mailgun-In-Swift / 1.0.0 / Mailgun-In-Swift.podspec.json
blob3fc16c72a1ebc04e550338b7a27d588ba5a263b8
2   "name": "Mailgun-In-Swift",
3   "version": "1.0.0",
4   "summary": "Simple api for using Mailgun in Swift",
5   "description": "Mailgun-In-Swift provides simple alternative api when you need to send an email with your iOS app using MailGun.",
6   "homepage": "https://github.com/KevinAo22/Mailgun-In-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ao Zhang": "kevinao@kevinao.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/KevinAo22/Mailgun-In-Swift.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Mailgun-In-Swift/",
23     "Mailgun-In-Swift/**/*.{h,m,swift}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "ObjectMapper": [
29     ],
30     "Alamofire": [
32     ]
33   }