[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 0 / 7 / c / AlamofireEventSource / 1.2.1 / AlamofireEventSource.podspec.json
blob02943649ee4020370f1aacdf93acb3c51ccd417b
2   "name": "AlamofireEventSource",
3   "version": "1.2.1",
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.2.1"
15   },
16   "source_files": "Sources/AlamofireEventSource/**/*.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"