blob: 4aa009b77d404e85242530bfb242b327e2213039 [file] [log] [blame]
{
"authors": {
"Andrew McKnight": "amcknight2718@gmail.com"
},
"dependencies": {
"MCKNumerics": [
"~> 0.4.0"
]
},
"frameworks": [
"Accelerate"
],
"homepage": "http://github.com/armcknight/MaVec",
"license": "MIT",
"name": "MaVec",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": "true",
"social_media_url": "https://twitter.com/ndrewmcknight",
"source": {
"git": "https://github.com/armcknight/MaVec.git",
"tag": "1.0.0"
},
"source_files": "MaVec/MaVec/**/*.{h,m}",
"summary": "Classes representing Matrices and Vectors, with all the math you need for them.",
"version": "1.0.0"
}