[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 1 / d / Oath / 1.0.1 / Oath.podspec.json
blob5a575d2d99a0b8f93a21c3da3ad652e4324873b9
2   "name": "Oath",
3   "module_name": "Oath",
4   "authors": "Elias Abel",
5   "version": "1.0.1",
6   "summary": "Promise / Future concept implementation for Swift developing.",
7   "description": "Promise / Future concept implementation for Swift developing makes async code readable by a human being.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "source": {
13     "git": "https://github.com/Meniny/Oath.git",
14     "tag": "1.0.1"
15   },
16   "homepage": "https://github.com/Meniny/Oath",
17   "social_media_url": "https://meniny.cn/",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "swift_version": "4.1",
24   "requires_arc": true,
25   "source_files": "Oath/*.swift"