blob: bb3c421f9457738513dfbbe4e0f59e0ff6d4a34c [file] [log] [blame]
{
"name": "FutureX",
"version": "1.1",
"summary": "A streamlined Future<Value, Error> implementation",
"homepage": "https://github.com/kean/FutureX",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"social_media_url": "https://twitter.com/a_grebenyuk",
"source": {
"git": "https://github.com/kean/FutureX.git",
"tag": "1.1"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/**/*",
"module_name": "Future"
}