[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 4 / Concurrency / 2.0.0 / Concurrency.podspec.json
blob3462ca4f85033acdf930d900c7d8427eef774d77
2   "name": "Concurrency",
3   "version": "2.0.0",
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": "2.0.0"
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"