[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 9 / SignalKClient / 1.2.0 / SignalKClient.podspec.json
blob5c4d09ee123bea60654906c512d967f4825f00d8
2   "name": "SignalKClient",
3   "version": "1.2.0",
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": "1.2.0"
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   "tvos": {
26     "source_files": "SignalKClient/PocketSocket/**/*",
27     "dependencies": {
28       "SocketRocket": [
29         "~> 0.5.1"
30       ]
31     }
32   },
33   "osx": {
34     "source_files": "SignalKClient/PocketSocket/**/*",
35     "dependencies": {
36       "SocketRocket": [
37         "~> 0.5.1"
38       ]
39     }
40   },
41   "ios": {
42     "source_files": "SignalKClient/PocketSocket/**/*",
43     "dependencies": {
44       "SocketRocket": [
45         "~> 0.5.1"
46       ]
47     }
48   }