[Add] CDShare 0.1.1
diff --git a/Specs/a/0/c/CDShare/0.1.1/CDShare.podspec.json b/Specs/a/0/c/CDShare/0.1.1/CDShare.podspec.json
new file mode 100644
index 0000000..7129bd5
--- /dev/null
+++ b/Specs/a/0/c/CDShare/0.1.1/CDShare.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "CDShare",
+  "version": "0.1.1",
+  "summary": "CDShare, is a framework for sharing CoreData between applications in IOS.",
+  "description": "`CDShare` will answer the question: <br> How do we share CoreData between `2*n` application, where n >= 1?",
+  "homepage": "https://github.com/vadeara/CDShare",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "vodaion": "vanea.voda@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/vadeara/CDShare.git",
+    "tag": "0.1.1"
+  },
+  "swift_version": "4.2",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": "CDShare/CDShare/Classes/**/*"
+}