blob: 839f535620ef8222e582597299192acc1975a0f1 [file] [log] [blame]
{
"name": "ResultPromises",
"version": "0.1.1",
"summary": "Promises for orginising asychronouse operation like sequences.",
"description": "Provide generic Result and Promises types, that allows to organise async calls as sequance of events and monades. Promises can be mixed with other Promises, Results and throwable closures.",
"homepage": "https://github.com/Michael-Vorontsov/ResultPromises",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mykhailo Vorontsov": "michel06@ukr.net"
},
"source": {
"git": "https://github.com/Michael-Vorontsov/ResultPromises.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ResultPromises/Sources/**/*",
"pushed_with_swift_version": "3.2"
}