blob: 4a449e25aadee6a634ce98fbb17b3e95c103a36e [file] [log] [blame]
{
"name": "ReactiveSSE",
"version": "0.2.2",
"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.2.2"
},
"social_media_url": "https://twitter.com/banjun",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "ReactiveSSE/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"~> 3.0"
],
"FootlessParser": [
"~> 0.5"
]
}
}