blob: 1f976c67c33416c0149c47f3239f81f2846bfe44 [file] [log] [blame]
{
"name": "WolfPubSub",
"version": "2.0.0",
"summary": "A framework for intra-app communication via publishing and unpublishing notifications called Bulletins.",
"homepage": "https://github.com/wolfmcnally/WolfPubSub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfPubSub.git",
"tag": "2.0.0"
},
"swift_versions": "5.0",
"source_files": "WolfPubSub/Classes/**/*",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfPubSub",
"dependencies": {
"WolfFoundation": [
],
"WolfConcurrency": [
]
}
}