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