| { |
| "name": "NVDSP", |
| "version": "0.0.1", |
| "summary": "High-performance DSP for audio on iOS and OSX with Novocaine.", |
| "license": { |
| "type": "MIT", |
| "file": "license.txt" |
| }, |
| "homepage": "https://github.com/bartolsthoorn/NVDSP", |
| "authors": { |
| "Bart Olsthoorn": "bartolsthoorn@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/bartolsthoorn/NVDSP.git", |
| "tag": "v0.0.1" |
| }, |
| "source_files": [ |
| "*.{h,mm}", |
| "Filters", |
| "Utilities" |
| ], |
| "dependencies": { |
| "Novocaine": [ |
| |
| ] |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": false |
| } |