blob: 0404692ff325d2d97d93debd9db5e198a6403def [file] [log] [blame]
{
"name": "FastMath",
"version": "2.2.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": "2.2.0"
},
"source_files": "Sources/**/*.{c,h,swift}",
"swift_version": "4",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
]
}