[Add] VibesPush 4.0.0
diff --git a/Specs/b/c/5/VibesPush/4.0.0/VibesPush.podspec.json b/Specs/b/c/5/VibesPush/4.0.0/VibesPush.podspec.json
new file mode 100644
index 0000000..1f56813
--- /dev/null
+++ b/Specs/b/c/5/VibesPush/4.0.0/VibesPush.podspec.json
@@ -0,0 +1,31 @@
+{
+  "name": "VibesPush",
+  "version": "4.0.0",
+  "summary": "SDK for Vibes push messaging",
+  "homepage": "http://www.vibes.com",
+  "authors": {
+    "Vibes": "jean-michel.barbieri@vibes.com"
+  },
+  "license": {
+    "type": "Apache-2.0",
+    "file": "LICENSE"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "swift_versions": "4.2",
+  "source": {
+    "git": "https://github.com/vibes/push-sdk-ios.git",
+    "tag": "4.0.0"
+  },
+  "requires_arc": true,
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "source_files": "Sources/**/*.swift",
+      "frameworks": "Foundation"
+    }
+  ],
+  "swift_version": "4.2"
+}