[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / c / 1 / HUMAudioRecorder / 0.1.6 / HUMAudioRecorder.podspec.json
bloba3ed0d9aae102b978c09f2bf8eff9cdc6caa88a0
2   "name": "HUMAudioRecorder",
3   "version": "0.1.6",
4   "summary": "Drop in utility for recording and playing back audio, as well as listening to ambient sounds.",
5   "description": "A simple utility for recording, playing back, and listening to ambient audio, when metering is needed.\nProvides a simple wrapper around AVAudioRecorder and AVAudioPlayer and manages most of the standard\ntasks needed for audio recording and playback.",
6   "homepage": "https://github.com/colinhumber/HUMAudioRecorder",
7   "license": "MIT",
8   "authors": {
9     "Colin Humber": "colinhumber@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/colinhumber/HUMAudioRecorder.git",
13     "tag": "0.1.6"
14   },
15   "social_media_url": "https://twitter.com/colinhumber",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "AVFoundation"