blob: 5cb7ad4006b3613f3701a77b8ceee32ea13874c6 [file] [log] [blame]
{
"name": "SocketProvider",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SocketProvider/Source/**/*",
"dependencies": {
"SwiftR": [
"~> 0.13.0"
]
},
"pushed_with_swift_version": "3.0"
}