[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 3 / c / SocketProvider / 0.1.0 / SocketProvider.podspec.json
blob9d0392ff73544d04e10162173ddfe2dfc088dfb8
2   "name": "SocketProvider",
3   "version": "0.1.0",
4   "summary": "SocketProvider is a network abstraction layer for SignalR library using SwiftR",
5   "description": "SocketProvider abstracts events from SignalR, makes it much easier to configure and maintain all requests together.",
6   "homepage": "https://github.com/pknd/SocketProvider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pknd": "pkondrashkov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pknd/SocketProvider.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SocketProvider/Source/**/*",
22   "dependencies": {
23     "SwiftR": [
24       "~> 0.13.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"