[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / c / 1 / HUMAudioRecorder / 0.1.2 / HUMAudioRecorder.podspec.json
blob80d9a616bf8c5e6886060f91bf100fe96b4f6edf
2   "name": "HUMAudioRecorder",
3   "version": "0.1.2",
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.2"
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"