[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / 4 / Concurrency / 1.0.4 / Concurrency.podspec.json
blob2cc5458442900faac003cc08b3ed9397bc4850b1
2   "name": "Concurrency",
3   "version": "1.0.4",
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, RxSwift, 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.0.4"
17   },
18   "social_media_url": "https://twitter.com/geeksthenewcool",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Source/*",
23   "dependencies": {
24     "RxSwift": [
26     ]
27   },
28   "pushed_with_swift_version": "3.2"