[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / e / 4 / Concurrency / 1.2.2 / Concurrency.podspec.json
blob27ff72c87252a6ca884567381d94195047d6e2a7
2   "name": "Concurrency",
3   "version": "1.2.2",
4   "summary": "A small toolkit for handling concurrency in Swift.",
5   "description": "Concurrency is a simple but handy toolkit for dealing with asynchronous code in Swift.\nMy goal is to simplify how asynchronous code is performed, and provide the cleanest, leanest interfaces for accomplishing that.\nTags: Promise, Future, Deferred, Result, generics, Concurrency, asynchronous, async",
6   "homepage": "https://github.com/jakehawken/Concurrency",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jakehawken": "https://github.com/jakehawken"
13   },
14   "source": {
15     "git": "https://github.com/jakehawken/Concurrency.git",
16     "tag": "1.2.2"
17   },
18   "social_media_url": "https://twitter.com/geeksthenewcool",
19   "platforms": {
20     "ios": "11.4"
21   },
22   "swift_versions": "4.2",
23   "source_files": "Source/*",
24   "swift_version": "4.2"