blob: 9d0392ff73544d04e10162173ddfe2dfc088dfb8 [file] [log] [blame]
{
"name": "SocketProvider",
"version": "0.1.0",
"summary": "SocketProvider is a network abstraction layer for SignalR library using SwiftR",
"description": "SocketProvider abstracts events from SignalR, makes it much easier to configure and maintain all requests together.",
"homepage": "https://github.com/pknd/SocketProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pknd": "pkondrashkov@gmail.com"
},
"source": {
"git": "https://github.com/pknd/SocketProvider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SocketProvider/Source/**/*",
"dependencies": {
"SwiftR": [
"~> 0.13.0"
]
},
"pushed_with_swift_version": "3.0"
}