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