blob: 696dc111639b3f5bce277f558a4cb165baba5ea5 [file] [log] [blame]
{
"name": "WolfConcurrency",
"version": "3.0.0",
"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.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": [
]
}
}