blob: 58cda0b34232b4c6edc49f4273684a377c9721e1 [file] [log] [blame]
{
"name": "WolfLog",
"version": "1.0.2",
"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": "1.0.2"
},
"source_files": "WolfLog/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfLog",
"dependencies": {
"ExtensibleEnumeratedName": [
],
"WolfStrings": [
],
"WolfNumerics": [
]
}
}