blob: a65d7d8f8cd77bb5318de002d218c161118931b4 [file] [log] [blame]
{
"name": "SOXResampler",
"version": "0.9.6",
"license": "MIT",
"summary": "An iPhone and OS X libary for resampling PCM audio files with libsoxr",
"homepage": "https://github.com/PRX/SOXResampler",
"social_media_url": "https://twitter.com/prx",
"authors": {
"Chris Kalafarski": "chris.kalafarski@prx.org"
},
"source": {
"git": "https://github.com/PRX/SOXResampler.git",
"tag": "0.9.6"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"source_files": "**/*.{h,m}",
"dependencies": {
"sndfile-Framework": [
],
"soxr-Framework": [
]
}
}