blob: 05efa6dcbafedf0bafc6b8338d68364ed6e0e5a4 [file] [log] [blame]
{
"name": "SignalRSwift",
"version": "1.0.5",
"summary": "A SignalR client library for iOS written in Swift",
"description": "This is a signalR client written purely in swift using Alamofire, SwiftWebSockets and ObjectMapper",
"homepage": "https://github.com/AutosoftDMS/SignalR-Swift",
"license": "MIT",
"authors": {
"Jordan Camara": "jcamara@autosoftdms.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AutosoftDMS/SignalR-Swift.git",
"tag": "1.0.5"
},
"source_files": "SignalR-Swift/**/*.swift",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 4.2"
],
"SwiftWebSocket": [
],
"AlamofireObjectMapper": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}