| { |
| "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" |
| } |