blob: 3462ca4f85033acdf930d900c7d8427eef774d77 [file] [log] [blame]
{
"name": "Concurrency",
"version": "2.0.0",
"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, 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": "2.0.0"
},
"social_media_url": "https://twitter.com/geeksthenewcool",
"platforms": {
"ios": "11.4"
},
"swift_versions": "4.2",
"source_files": "Source/*",
"swift_version": "4.2"
}