[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 1 / SignalRSwift / 2.0.2 / SignalRSwift.podspec.json
blobe02396868a68945251f22bd89cc1057f09e9e6e9
2   "name": "SignalRSwift",
3   "version": "2.0.2",
4   "summary": "A SignalR client library for iOS written in Swift",
5   "description": "This is a signalR client written purely in swift using Alamofire, SwiftWebSockets and ObjectMapper",
6   "homepage": "https://github.com/AutosoftDMS/SignalR-Swift",
7   "license": "MIT",
8   "authors": {
9     "Jordan Camara": "jcamara@autosoftdms.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/AutosoftDMS/SignalR-Swift.git",
16     "tag": "2.0.2"
17   },
18   "source_files": "SignalR-Swift/**/*.swift",
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.2"
23     ],
24     "Starscream": [
25       "~> 3.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"