blob: d61fd2d9f86a3693612ff3dec2a5bce9ef45e0b0 [file] [log] [blame]
{
"name": "FastMath",
"version": "1.1.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"
},
"source": {
"git": "https://github.com/tworingsoft/fastmath.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.{c,h,swift}",
"swift_version": "4",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
]
}