blob: ee90bed000762cbfa04e10513b6815d555407972 [file] [log] [blame]
{
"name": "Oath",
"module_name": "Oath",
"authors": "Elias Abel",
"version": "1.0.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.0.0"
},
"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.0",
"requires_arc": true,
"source_files": "Oath/*.swift"
}