blob: 1e74c3f42b9d9e5212733f4fc2ccae19d1030158 [file] [log] [blame]
{
"name": "FutureX",
"version": "0.14",
"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": "0.14"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"module_name": "Future"
}