[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 7 / c / MailPresenter / 0.0.1 / MailPresenter.podspec.json
blob2b5eccca7c3fa65a9b0cd8f9f17f188bff81d268
2   "name": "MailPresenter",
3   "version": "0.0.1",
4   "summary": "iOS mail clients presenter.",
5   "description": "Interact with third-party iOS mail clients, using custom URL schemes",
6   "homepage": "https://github.com/thanhdolong/mail-presenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Do Long Thanh": "thanh.dolong@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/thanhdolong/mail-presenter.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "MailPresenter",
24     "MailPresenter/**/*.{h,m}"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "swift_version": "5.0"