[Add] OLManager 1.1.1
diff --git a/Specs/1/c/d/OLManager/1.1.1/OLManager.podspec.json b/Specs/1/c/d/OLManager/1.1.1/OLManager.podspec.json
new file mode 100644
index 0000000..ae2f168
--- /dev/null
+++ b/Specs/1/c/d/OLManager/1.1.1/OLManager.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "OLManager",
+  "version": "1.1.1",
+  "summary": "Lightweight pod that will help you to manage your custom Overlays in easiest way.",
+  "description": "Overlay Manager is a lightweight, easy-to-use, written on Swift helper, which will provide you the conviniet api to manage our custom overlays and avoid code repeating. Overlay Manager will give you the ability to add/remove your overlay with your own setups, usign different animations (if you needed).",
+  "homepage": "https://github.com/MaxOstPM/OLManager",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "MaxOstPM": "kurtmo17@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/MaxOstPM/OLManager.git",
+    "tag": "1.1.1"
+  },
+  "swift_version": "4.2",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "OLManager/Classes/ServiceLayer/**/*.swift"
+}