[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 2 / 7 / ScClient / 2.0.1 / ScClient.podspec.json
blob087311ac3a8b38639d110221c4174dd3800b3adc
2   "name": "ScClient",
3   "version": "2.0.1",
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/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": "2.0.1"
24   },
25   "source_files": "Sources/ScClient/**/*",
26   "requires_arc": true,
27   "dependencies": {
28     "Starscream": [
29       "~> 3.1.1"
30     ],
31     "HandyJSON": [
32       "~> 5.0.1"
33     ]
34   },
35   "swift_version": "4.0"