[Add] CobrowseIO 1.11.0
diff --git a/Specs/d/a/d/CobrowseIO/1.11.0/CobrowseIO.podspec.json b/Specs/d/a/d/CobrowseIO/1.11.0/CobrowseIO.podspec.json
new file mode 100644
index 0000000..3a0d1cb
--- /dev/null
+++ b/Specs/d/a/d/CobrowseIO/1.11.0/CobrowseIO.podspec.json
@@ -0,0 +1,37 @@
+{
+  "name": "CobrowseIO",
+  "version": "1.11.0",
+  "summary": "CobrowseIO SDK for iOS",
+  "description": "CobrowseIO SDK for iOS. See cobrowse.io for more information.",
+  "license": "Apache-2.0",
+  "homepage": "https://cobrowse.io/get-started",
+  "authors": {
+    "Andy": "andy@cobrowse.io"
+  },
+  "frameworks": [
+    "Foundation",
+    "CoreLocation",
+    "Security"
+  ],
+  "platforms": {
+    "ios": "9.0"
+  },
+  "dependencies": {
+    "Socket.IO-Client-Swift": [
+      "~> 15.0"
+    ]
+  },
+  "source": {
+    "git": "https://github.com/cobrowseio/cobrowse-sdk-ios-binary.git",
+    "tag": "v1.11.0"
+  },
+  "default_subspecs": "Release",
+  "subspecs": [
+    {
+      "name": "Release",
+      "ios": {
+        "vendored_frameworks": "CobrowseIO.framework"
+      }
+    }
+  ]
+}