blob: 044c3d46c66c33e5cab0965fce8b70c4d1b9c219 [file] [log] [blame]
{
"name": "Soup",
"version": "0.1.0",
"summary": "Native Swift library to produce and consume media on iOS using Mediasoup 3",
"description": "Native Swift library to produce and consume media on iOS using Mediasoup 3, a WebRTC SFU",
"homepage": "https://github.com/darnfish/Soup",
"license": {
"type": "Do No Harm",
"file": "LICENSE"
},
"authors": {
"darnfish": "william@tired.io"
},
"source": {
"git": "https://github.com/darnfish/Soup.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Soup/Classes/**/*"
}