blob: e1213baebc6ade42724a9df7f599aee9cb0fb182 [file] [log] [blame]
{
"name": "AVCaptureMultipeerVideoDataOutput",
"version": "0.0.1",
"summary": "An AVFoundation subclass for sending video over multipeer connectivity",
"homepage": "https://github.com/pj4533/AVCaptureMultipeerVideoDataOutput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PJ Gray": "pj4533@gmail.com"
},
"source": {
"git": "https://github.com/pj4533/AVCaptureMultipeerVideoDataOutput.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"source_files": "AVCaptureMultipeerVideoDataOutput",
"requires_arc": true,
"weak_frameworks": "MultipeerConnectivity",
"frameworks": "AVFoundation"
}