[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 9 / SignalKClient / 0.3.0 / SignalKClient.podspec.json
blob6eadcf79561463683e8204d2034290a2e2306660
2   "name": "SignalKClient",
3   "version": "0.3.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": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "SignalKClient/Classes/**/*",
22   "dependencies": {
23     "SocketRocket": [
24       "~> 0.5.1"
25     ]
26   }