[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 8 / f / InstatCamera / 0.1.0 / InstatCamera.podspec.json
blob3a2cce1e11a6bcfc2aafc99101d4b632c0e4b2b4
2   "name": "InstatCamera",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mikhail Kupriyanov": "mpkupriyanov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mpkupriyanov/InstatCamera.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "InstatCamera/Classes/**/*"