blob: 3a46259748bff6920edbca50272a556be1ac3b0b [file] [log] [blame]
{
"name": "WolfOSBridge",
"version": "1.0.1",
"summary": "Conveniences for writing code that runs under both iOS and macOS.",
"description": "Conveniences for writing code that runs under both iOS and macOS. In this library and throughout WolfCore, such conveniences are prefixed with \"OS\".",
"homepage": "https://github.com/wolfmcnally/WolfOSBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfOSBridge.git",
"tag": "1.0.1"
},
"swift_version": "4.2",
"source_files": "WolfOSBridge/Classes/**/*",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfOSBridge"
}