[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 2 / 4 / Socket.IO-Client-Swift / 16.1.1 / Socket.IO-Client-Swift.podspec.json
blob020ba4cc6f0c6283647def67e860480495a03711
2   "name": "Socket.IO-Client-Swift",
3   "module_name": "SocketIO",
4   "version": "16.1.1",
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 3.0+ and Swift.",
7   "homepage": "https://github.com/socketio/socket.io-client-swift",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "Erik": "nuclear.ace@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0",
16     "osx": "10.13",
17     "tvos": "12.0",
18     "watchos": "5.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/socketio/socket.io-client-swift.git",
23     "tag": "v16.1.1",
24     "submodules": true
25   },
26   "swift_versions": "5",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.4"
29   },
30   "source_files": [
31     "Source/SocketIO/**/*.swift",
32     "Source/SocketIO/*.swift"
33   ],
34   "dependencies": {
35     "Starscream": [
36       "~> 4.0.8"
37     ]
38   },
39   "swift_version": "5"