blob: 690de17a237b0a16d7dc92705b47f9212c43737d [file] [log] [blame]
{
"name": "StarscreamQOS",
"version": "0.0.1",
"summary": "A QOS wrapper around Starscream in Swift.",
"homepage": "https://github.com/danibachar/StarscreamQOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Name": "danibachar89@gmail.com"
},
"source": {
"git": "https://github.com/danibachar/StarscreamQOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"dependencies": {
"Starscream": [
]
},
"swift_version": "5.0"
}