[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 1 / SignalRSwift / 1.0.8 / SignalRSwift.podspec.json
blob7ae931e7e4778d4dde6bf2d48ee62bab85e0aea7
2   "name": "SignalRSwift",
3   "version": "1.0.8",
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": "1.0.8"
17   },
18   "source_files": "SignalR-Swift/**/*.swift",
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.2"
23     ],
24     "SwiftWebSocket": [
26     ],
27     "AlamofireObjectMapper": [
28       "~> 4.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"