blob: 496a5f213488546d049c79d7e901133660855c13 [file] [log] [blame]
{
"name": "WolfConcurrency",
"version": "1.1.3",
"summary": "Swift tools and conveniences for concurrency, including Dispatch and an implementation of promises.",
"homepage": "https://github.com/wolfmcnally/WolfConcurrency",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfConcurrency.git",
"tag": "1.1.3"
},
"source_files": "WolfConcurrency/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfConcurrency",
"dependencies": {
"WolfLog": [
],
"WolfNumerics": [
],
"WolfFoundation": [
]
}
}