blob: 094be7502dc7da967d72f44bd3bc6bc6f14ad76f [file] [log] [blame]
{
"name": "iou",
"version": "1.0.2",
"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": "1.0.2"
},
"source_files": "iou/Classes/**/*",
"summary": "An implementation of futures in Swift.",
"deprecated_in_favor_of": "PromiseIOU"
}