blob: 5a95a755f764427fa6c75db08dd6e76f18cafdfb [file] [log] [blame]
{
"name": "aubio-iOS",
"version": "0.4.4",
"summary": "aubio for iOS.",
"homepage": "http://aubio.org/",
"license": {
"type": "GNU/GPL v3",
"file": "COPYING"
},
"authors": {
"Paul Brossier": "piem@aubio.org"
},
"source": {
"git": "https://github.com/aubio/aubio.git",
"tag": "0.4.4"
},
"prepare_command": "make getwaf && scripts/build_apple_frameworks && tar -xvf dist/aubio-0.4.4.iosuniversal_framework.zip -C ./ --strip=1",
"preserve_paths": "aubio.framework",
"frameworks": "Accelerate",
"platforms": {
"ios": null
},
"ios": {
"vendored_frameworks": "aubio.framework"
},
"requires_arc": false,
"deprecated": true
}