[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 7 / ScClient / 1.0.7 / ScClient.podspec.json
blobbd725cd43832ee8bf80fb12612a11c5e353fabf6
2   "name": "ScClient",
3   "version": "1.0.7",
4   "summary": "A socketcluster client for iOS and OSX.",
5   "swift_version": "3.2",
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/sacOO7/socketcluster-client-swift.git",
8   "license": {
9     "type": "Apache",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sacOO7": "sachinshinde7676@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/sacOO7/socketcluster-client-swift.git",
23     "tag": "1.0.7"
24   },
25   "source_files": "Sources/ScClient/**/*",
26   "requires_arc": true,
27   "dependencies": {
28     "Starscream": [
29       "~> 3.0.4"
30     ],
31     "HandyJSON": [
32       "~> 4.1.0"
33     ]
34   }