blob: 7fc973f0a7f9f9fac79b17b07bbf6fc82dc1e7cf [file] [log] [blame]
{
"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
}