blob: 5a575d2d99a0b8f93a21c3da3ad652e4324873b9 [file] [log] [blame]
{
"name": "Oath",
"module_name": "Oath",
"authors": "Elias Abel",
"version": "1.0.1",
"summary": "Promise / Future concept implementation for Swift developing.",
"description": "Promise / Future concept implementation for Swift developing makes async code readable by a human being.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/Meniny/Oath.git",
"tag": "1.0.1"
},
"homepage": "https://github.com/Meniny/Oath",
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"swift_version": "4.1",
"requires_arc": true,
"source_files": "Oath/*.swift"
}