blob: 0df3ae2465b37b47056875e1d29b4b59b836cc59 [file] [log] [blame]
{
"name": "WolfConcurrency",
"version": "3.0.4",
"summary": "Swift tools and conveniences for concurrency.",
"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": "3.0.4"
},
"source_files": "Sources/WolfConcurrency/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfConcurrency",
"dependencies": {
"WolfNumerics": [
],
"WolfFoundation": [
]
},
"swift_version": "5.0"
}