[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 7 / c / AlamofireEventSource / 1.1.0 / AlamofireEventSource.podspec.json
blobf58e334698a6eba00d78e5c9581ba88fbaeebef6
2   "name": "AlamofireEventSource",
3   "version": "1.1.0",
4   "summary": "Alamofire plugin for Server-Sent Events (SSE).",
5   "homepage": "https://github.com/dclelland/AlamofireEventSource",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/AlamofireEventSource.git",
14     "tag": "1.1.0"
15   },
16   "source_files": "Sources/**/*.swift",
17   "requires_arc": true,
18   "swift_versions": [
19     "5.1",
20     "5.2"
21   ],
22   "dependencies": {
23     "Alamofire": [
24       "~> 5.0"
25     ]
26   },
27   "platforms": {
28     "ios": "13.0",
29     "osx": "10.15"
30   },
31   "swift_version": "5.2"