blob: 2d7b2ff732e12662a6d5fb7a91bfa2df071d9d1a [file] [log] [blame]
{
"name": "Concurrency",
"version": "1.2.1",
"summary": "A small toolkit for handling concurrency in Swift.",
"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",
"homepage": "https://github.com/jakehawken/Concurrency",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jakehawken": "https://github.com/jakehawken"
},
"source": {
"git": "https://github.com/jakehawken/Concurrency.git",
"tag": "1.2.1"
},
"social_media_url": "https://twitter.com/geeksthenewcool",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/*"
}