blob: b8830eac0c4617fc2261e309ea65f0fa1af0a93e [file] [log] [blame]
{
"name": "WolfLog",
"version": "2.0.0",
"summary": "A Swift framework for debug logging.",
"homepage": "https://github.com/wolfmcnally/WolfLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfLog.git",
"tag": "2.0.0"
},
"source_files": "WolfLog/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfLog",
"dependencies": {
"ExtensibleEnumeratedName": [
],
"WolfStrings": [
],
"WolfNumerics": [
]
}
}