blob: d8c5609ef22ecc7ea31a48871fa253aa30a13779 [file] [log] [blame]
{
"name": "AlamofireEventSource",
"version": "1.0.0",
"summary": "Alamofire plugin for Server-Sent Events (SSE).",
"homepage": "https://github.com/dclelland/AlamofireEventSource",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/AlamofireEventSource.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"swift_versions": [
"5.1",
"5.2"
],
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"swift_version": "5.2"
}