blob: cb5f7ae7fba72b9259dd5a3a9d04f3b82e00e080 [file] [log] [blame]
{
"name": "WolfOSBridge",
"version": "1.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": "1.0"
},
"swift_version": "4.2",
"source_files": "WolfOSBridge/Classes/**/*",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfOSBridge"
}