blob: 237ec12b3cde1aae5d8cfb9e5eca4bab93d99e92 [file] [log] [blame]
{
"name": "Oath",
"module_name": "Oath",
"authors": "Elias Abel",
"version": "1.1.0",
"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.1.0"
},
"homepage": "https://github.com/Meniny/Oath",
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"swift_versions": "5",
"requires_arc": true,
"source_files": "Oath/*.swift"
}