blob: d1b0b9eecd615a13538518b0238633741e66abee [file] [log] [blame]
{
"name": "iou",
"version": "0.5.1",
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"description": "iou is a library that makes it easier to handle asynchronous code in Swift. I wrote it because I wanted type safety and properties similar to ListenableFutures. It's focused on making it easy to manage complex asynchronous code succinctly.",
"homepage": "https://github.com/kocodude/iou",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/kocodude",
"source": {
"git": "https://github.com/kocodude/iou.git",
"tag": "0.5.1"
},
"source_files": "iou/Classes/**/*",
"summary": "An implementation of futures in Swift.",
"deprecated_in_favor_of": "PromiseIOU"
}