blob: f6500f3f324b2a7827625e7da8201a9cca078398 [file] [log] [blame]
{
"name": "SignalRSwift",
"version": "1.0",
"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"
},
"source_files": [
"*",
"SignalR-Swift/*.swift"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 4.2.0"
],
"SwiftWebSocket": [
],
"AlamofireObjectMapper": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}