blob: adbf2067e95918ca9b8753c989055029eaaea68b [file] [log] [blame]
{
"name": "ReactiveSSE",
"version": "0.3.1",
"summary": "Server Sent Events (SSE) parser operators for ReactiveSwift",
"description": "Server Sent Events (SSE) parser operators for ReactiveSwift.\nYou can observe event streams sent via Server Sent Events (SSE).",
"homepage": "https://github.com/banjun/ReactiveSSE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"banjun": "banjun@gmail.com"
},
"source": {
"git": "https://github.com/banjun/ReactiveSSE.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/banjun",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "ReactiveSSE/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"~> 4.0"
],
"FootlessParser": [
"~> 0.5"
]
}
}