blob: 5177263e129bf37815bbff45432ba13b0ab791ec [file] [log] [blame]
{
"name": "FastMath",
"version": "2.4.0",
"summary": "A math library written in Swift.",
"description": "FastMath is a framework for performing numerical computation in Swift.",
"homepage": "https://github.com/tworingsoft/fastmath",
"license": "MIT",
"authors": {
"Andrew McKnight": "andrew@tworingsoft.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/tworingsoft/fastmath.git",
"tag": "2.4.0"
},
"source_files": "Sources/**/*.{c,h,swift}",
"swift_versions": "5",
"dependencies": {
"Pippin/Extensions": [
">= 12.1"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
],
"swift_version": "5"
}