blob: 42f35ef532bb1325c2ac4bd41198f79fc8a9d957 [file] [log] [blame]
{
"name": "CoreMath",
"version": "0.1.0",
"summary": "CoreMath is a Swift library containing many math concepts.",
"description": "If you need an implementation of Complex Numbers, Discrete Fourier Transform, Interpolation and many more, this is the library you have been looking for.",
"homepage": "https://github.com/pauljohanneskraft/CoreMath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Kraft": "pauljohanneskraft@icloud.com"
},
"source": {
"git": "https://github.com/pauljohanneskraft/CoreMath.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "CoreMath/Classes/**/*",
"pushed_with_swift_version": "4.0"
}