[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / 7 / FuturePromise / 0.2.0 / FuturePromise.podspec.json
blobf9d8f9b8df9a6bd75e9d64a62312018523b76e86
2   "name": "FuturePromise",
3   "version": "0.2.0",
4   "summary": "Port of Apple's SwiftNIO implementation of Futures and Promises, based on DispatchQueue instead of EventLoop.",
5   "description": "The goal of this project is to maintain an API-compatible port of SwiftNIO's Future and Promise implementation for use in iOS \n(and macOS) projects, until Swift gets a superior form of concurrency, i.e. coroutines, or async await.\n\nUntil then, SwiftNIO's implementation of Promises can be considered Apple's first and only santioned implementation of the \nwell-known concurrency pattern for Apple platforms.",
6   "homepage": "https://jarrroo.github.io/FuturePromise",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Alex Manarpies": "alex@jarroo.com"
13   },
14   "social_media_url": "http://twitter.com/jarrroo",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/jarrroo/FuturePromise.git",
21     "tag": "0.2.0"
22   },
23   "source_files": "FuturePromise/Sources/**/*.swift"