[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / 0 / ReactiveSSE / 0.2.2 / ReactiveSSE.podspec.json
blob4a449e25aadee6a634ce98fbb17b3e95c103a36e
2   "name": "ReactiveSSE",
3   "version": "0.2.2",
4   "summary": "Server Sent Events (SSE) parser operators for ReactiveSwift",
5   "description": "Server Sent Events (SSE) parser operators for ReactiveSwift.\nYou can observe event streams sent via Server Sent Events (SSE).",
6   "homepage": "https://github.com/banjun/ReactiveSSE",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "banjun": "banjun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/banjun/ReactiveSSE.git",
16     "tag": "0.2.2"
17   },
18   "social_media_url": "https://twitter.com/banjun",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12"
22   },
23   "source_files": "ReactiveSSE/Classes/**/*",
24   "dependencies": {
25     "ReactiveSwift": [
26       "~> 3.0"
27     ],
28     "FootlessParser": [
29       "~> 0.5"
30     ]
31   }