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