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