[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / f / 5 / RSocket.IO-Client / 1.0.1 / RSocket.IO-Client.podspec.json
blob4fbc710e5fa8034396e3d4b408205e8f859d05cd
2   "name": "RSocket.IO-Client",
3   "module_name": "RSocketIO",
4   "version": "1.0.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/rustamsmax/RSocketIO",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "Rustam": "rustamsmax@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.13",
17     "tvos": "10.0",
18     "watchos": "5.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/rustamsmax/RSocketIO.git",
23     "tag": "1.0.1",
24     "submodules": true
25   },
26   "swift_versions": "5",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.0"
29   },
30   "source_files": "RSocketIO/**/*.{h,m,swift}",
31   "dependencies": {
32     "Socket.IO-Client-Swift": [
33       "~> 15.2.0"
34     ]
35   },
36   "swift_version": "5"