[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / a / Socket.IO-Client-Swift-Q / 11.0.0 / Socket.IO-Client-Swift-Q.podspec.json
blobfbc3af96bfa02deb4c5db8615dcc80aa118ba0b5
2   "name": "Socket.IO-Client-Swift-Q",
3   "module_name": "SocketIOQ",
4   "version": "11.0.0",
5   "summary": "Socket.IO-client for iOS and OS X",
6   "description": "Socket.IO-client for iOS and OS X.\nSupports ws/wss/polling connections and binary.\nFor socket.io 2.0+ and Swift.",
7   "homepage": "https://github.com/harry1064/socket.io-client-swift",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "Erik": "nuclear.ace@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/harry1064/socket.io-client-swift.git",
22     "tag": "v11.0.0",
23     "submodules": true
24   },
25   "source_files": "Source/*.swift",
26   "dependencies": {
27     "StarscreamSocketIO": [
28       "~> 8.0.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"