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