{ | |
"name": "SOXResampler", | |
"version": "0.9.5", | |
"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.5" | |
}, | |
"requires_arc": true, | |
"platforms": { | |
"ios": "7.0", | |
"osx": "10.9" | |
}, | |
"source_files": "**/*.{h,m}" | |
} |