blob: 684c73c33258309c6bde5115cb06c67fb67373c9 [file] [log] [blame]
{
"name": "InstatCamera",
"version": "0.2.0",
"summary": "InstatCamera - video recording with seamless chunks by 5 seconds",
"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;",
"homepage": "https://github.com/mpkupriyanov/InstatCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikhail Kupriyanov": "mpkupriyanov@gmail.com"
},
"source": {
"git": "https://github.com/mpkupriyanov/InstatCamera.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "InstatCamera/Classes/**/*"
}