[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / e / iou / 0.3.0 / iou.podspec.json
blobed7fb9867ce1b3c678788277e11a9adf662bd661
2   "name": "iou",
3   "version": "0.3.0",
4   "authors": {
5     "Grant Oladipo": "grant@oladipo.us"
6   },
7   "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.",
8   "homepage": "https://github.com/kocodude/iou",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "social_media_url": "https://twitter.com/kocodude",
17   "source": {
18     "git": "https://github.com/kocodude/iou.git",
19     "tag": "0.3.0"
20   },
21   "source_files": "iou/Classes/**/*",
22   "summary": "An implementation of futures in Swift.",
23   "deprecated_in_favor_of": "PromiseIOU"