[Add] ios-socket-client 9.1.0
diff --git a/Specs/b/5/5/ios-socket-client/9.1.0/ios-socket-client.podspec.json b/Specs/b/5/5/ios-socket-client/9.1.0/ios-socket-client.podspec.json
new file mode 100644
index 0000000..816d979
--- /dev/null
+++ b/Specs/b/5/5/ios-socket-client/9.1.0/ios-socket-client.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "ios-socket-client",
+  "module_name": "SocketIO",
+  "version": "9.1.0",
+  "summary": "Socket.IO-client for iOS and OS X",
+  "description": "Socket.IO-client for iOS and OS X.\nSupports ws/wss/polling connections and binary.\nFor socket.io 1.0+ and Swift.",
+  "homepage": "https://github.com/salemove/ios-socket-client",
+  "license": {
+    "type": "MIT"
+  },
+  "authors": {
+    "Salemove": "support@salemove.com"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://github.com/salemove/ios-socket-client.git",
+    "tag": "v9.1.0"
+  },
+  "source_files": "Source/**/*.swift",
+  "requires_arc": true,
+  "swift_versions": "5.0",
+  "swift_version": "5.0"
+}