blob: 6ce02334bb8632cac03e37304888192d5551685c [file] [log] [blame]
{
"name": "WolfNumerics",
"version": "3.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": "3.0.1"
},
"source_files": "Sources/WolfNumerics/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfNumerics"
}