blob: d25d7f3db0ac7dbc3641016fe8a96911b13c29ca [file] [log] [blame]
{
"name": "WolfFoundation",
"version": "3.0.3",
"summary": "A variety of types and conveniences built on or extending Foundation.",
"homepage": "https://github.com/wolfmcnally/WolfFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfFoundation.git",
"tag": "3.0.3"
},
"source_files": "Sources/WolfFoundation/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfFoundation",
"dependencies": {
"WolfNumerics": [
],
"WolfPipe": [
]
}
}