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