[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / d / SocketClusterClient / 2.0.4 / SocketClusterClient.podspec.json
bloba07b0c99d972406af48db0c0f647c4811e7f02fe
2   "name": "SocketClusterClient",
3   "version": "2.0.4",
4   "summary": "A socketcluster client for iOS and OSX.",
5   "swift_versions": "4.0",
6   "description": "Native iOS/macOS client written in swift. Provides support to for emitting and listening to remote events, publish-subscribe and authentication using JWT",
7   "homepage": "https://github.com/benedictchen/socketcluster-client-swift.git",
8   "license": {
9     "type": "Apache",
10     "file": "LICENSE"
11   },
12   "authors": "benedictchen",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/benedictchen/socketcluster-client-swift.git",
21     "tag": "2.0.4"
22   },
23   "source_files": "Sources/ScClient/**/*",
24   "requires_arc": true,
25   "dependencies": {
26     "Starscream": [
27       "~> 3.1.1"
28     ],
29     "HandyJSON": [
30       "~> 5.0.1"
31     ]
32   },
33   "swift_version": "4.0"