2 "name": "InstatCamera",
4 "summary": "InstatCamera - video recording with seamless chunks by 5 seconds",
5 "description": "Objective-C\n\nInstatCamera - video recording with seamless chunks by 5 seconds and next uploading to server for merging.\n\nUsed:\n- AVCaptureVideoDataOutput & AVCaptureAudioDataOutput;\n- delegate: - (void)captureOutput:(AVCaptureOutput *)output didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection;\n- AVAssetWriter;\n- Default presets: 720p, 1080p;\n- Default chunk duration 5 seconds. Also you can set yours duration;",
6 "homepage": "https://github.com/mpkupriyanov/InstatCamera",
12 "Mikhail Kupriyanov": "mpkupriyanov@gmail.com"
15 "git": "https://github.com/mpkupriyanov/InstatCamera.git",
21 "source_files": "InstatCamera/Classes/**/*"