blob: d7a94aedf76a020bc448ad842da1a12db7642b36 [file] [log] [blame]
{
"name": "WolfNumerics",
"version": "4.0.1",
"summary": "Some useful numeric types and methods for Swift.",
"homepage": "https://github.com/wolfmcnally/WolfNumerics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfNumerics.git",
"tag": "4.0.1"
},
"source_files": "Sources/WolfNumerics/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfNumerics",
"swift_version": "5.0"
}