[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / c / SocketProvider / 1.0.1 / SocketProvider.podspec.json
blob5cb7ad4006b3613f3701a77b8ceee32ea13874c6
2   "name": "SocketProvider",
3   "version": "1.0.1",
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": "1.0.1"
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"