blob: 0f4aa01cbe01b3213e98d2d677b06f5b2f5b8cb8 [file] [log] [blame]
{
"name": "WolfConcurrency",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "WolfConcurrency/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfConcurrency",
"dependencies": {
"WolfLog": [
],
"WolfNumerics": [
],
"WolfFoundation": [
]
}
}