[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 9 / SignalKClient / 0.5.1 / SignalKClient.podspec.json
blob8d9c6f0dc19e6016a5fe80c592b72895ef9a5929
2   "name": "SignalKClient",
3   "version": "0.5.1",
4   "summary": "Client Library For Accessing Signal K Servers From an iOS Application.",
5   "description": "Client Library For Accessing Signal K Servers From an iOS Application",
6   "homepage": "https://github.com/SignalK/signalk-ios-client",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "scott@scottbender.net": "scott@scottbender.net"
13   },
14   "source": {
15     "git": "https://github.com/SignalK/signalk-ios-client.git",
16     "tag": "0.5.1"
17   },
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.10",
21     "tvos": "10.2",
22     "watchos": "3.0"
23   },
24   "source_files": "SignalKClient/Classes/**/*",
25   "ios": {
26     "dependencies": {
27       "SocketRocket": [
28         "~> 0.5.1"
29       ]
30     }
31   },
32   "osx": {
33     "dependencies": {
34       "SocketRocket": [
35         "~> 0.5.1"
36       ]
37     }
38   },
39   "tvos": {
40     "dependencies": {
41       "SocketRocket": [
42         "~> 0.5.1"
43       ]
44     }
45   }