blob: d5536db2f7615afcdd7c8ec7aee72b5f7a3eb52b [file] [log] [blame]
{
"name": "Eventually",
"version": "0.1",
"summary": "SWift Future/Promise library",
"description": "A Swift Future/Promise library that can be used to model and transform asynchronous results",
"homepage": "https://github.com/nrkno/Eventually",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johan Sørensen": "johan.sorensen@nrk.no"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nrkno/Eventually.git",
"tag": "0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}