[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / f / SOXResampler / 0.9.6 / SOXResampler.podspec.json
bloba65d7d8f8cd77bb5318de002d218c161118931b4
2   "name": "SOXResampler",
3   "version": "0.9.6",
4   "license": "MIT",
5   "summary": "An iPhone and OS X libary for resampling PCM audio files with libsoxr",
6   "homepage": "https://github.com/PRX/SOXResampler",
7   "social_media_url": "https://twitter.com/prx",
8   "authors": {
9     "Chris Kalafarski": "chris.kalafarski@prx.org"
10   },
11   "source": {
12     "git": "https://github.com/PRX/SOXResampler.git",
13     "tag": "0.9.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.7"
19   },
20   "source_files": "**/*.{h,m}",
21   "dependencies": {
22     "sndfile-Framework": [
24     ],
25     "soxr-Framework": [
27     ]
28   }