blob: 4e88342d0b22c0172e75dd7a8fe9f8c9ada35a83 [file] [log] [blame]
{
"name": "WolfOSBridge",
"version": "2.0.0",
"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": "2.0.0"
},
"swift_versions": "5.0",
"source_files": "Sources/WolfOSBridge/**/*",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfOSBridge"
}