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