2 "name": "PMAudioRecorderViewController",
4 "summary": "Drop-in class to record audio note in iOS application and get it back in the app",
5 "description": "PMAudioRecorderViewController\n=============================\n\n\n #import \"AudioRecorderViewController\"\n ...\n [AudioNoteRecorderViewController showRecorderMasterViewController:self withFinishedBlock:^(BOOL wasRecordingTaken, NSURL *recordingURL) {\n if (wasRecordingTaken) {\n // do whatever you want with that URL to the .caf file\n }\n }];\n",
6 "homepage": "https://github.com/owlcoding/PMAudioRecorderViewController",
7 "license": "Apache License",
9 "Pawel 'Kender' Maczewski": "kender@codingslut.com"
12 "git": "https://github.com/owlcoding/PMAudioRecorderViewController.git",
19 "frameworks": "AVFoundation",
20 "source_files": "AudioNoteRecorderViewController/Classes/*",
21 "resources": "AudioNoteRecorderViewController/Images/*",
23 "UIImage+BlurredFrame": [