[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / f / PMAudioRecorderViewController / 0.5 / PMAudioRecorderViewController.podspec.json
blob6fb0099f00bafbe919999019d21ed904846570a9
2   "name": "PMAudioRecorderViewController",
3   "version": "0.5",
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",
8   "authors": {
9     "Pawel 'Kender' Maczewski": "kender@codingslut.com"
10   },
11   "source": {
12     "git": "https://github.com/owlcoding/PMAudioRecorderViewController.git",
13     "tag": "0.5"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "frameworks": "AVFoundation",
20   "source_files": "AudioNoteRecorderViewController/Classes/*",
21   "resources": "AudioNoteRecorderViewController/Images/*",
22   "dependencies": {
23     "UIImage+BlurredFrame": [
25     ]
26   }