blob: 761330fcac7ec5bd81b40ad3e849748b577bb024 [file] [log] [blame]
{
"name": "FastMath",
"version": "3.0.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": "3.0.0"
},
"source_files": "Sources/**/*.{c,h,swift}",
"swift_versions": "5",
"dependencies": {
"PippinLibrary": [
"~> 1"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
],
"swift_version": "5"
}