[Add] BlipChat 2.1.2
diff --git a/Specs/8/3/f/BlipChat/2.1.2/BlipChat.podspec.json b/Specs/8/3/f/BlipChat/2.1.2/BlipChat.podspec.json
new file mode 100644
index 0000000..483d3be
--- /dev/null
+++ b/Specs/8/3/f/BlipChat/2.1.2/BlipChat.podspec.json
@@ -0,0 +1,35 @@
+{
+  "name": "BlipChat",
+  "version": "2.1.2",
+  "summary": "A Swift Framework to easly add BLiP conversations in your iOS app. For more information see BLiP portal and BLiP documentation.",
+  "homepage": "https://github.com/takenet/blip-chat-ios",
+  "documentation_url": "https://github.com/takenet/blip-chat-ios",
+  "license": {
+    "type": "Apache-2",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Take": "op.blip.app@take.net"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/takenet/blip-chat-ios.git",
+    "tag": "2.1.2"
+  },
+  "source_files": [
+    "src/BlipChat/*.swift",
+    "src/BlipChat/*.storyboard"
+  ],
+  "resource_bundles": {
+    "BlipChat": [
+      "src/BlipChat/*.xcassets",
+      "src/BlipChat/*.html"
+    ]
+  },
+  "swift_version": "4.2",
+  "pod_target_xcconfig": {
+    "SWIFT_VERSION": "4.2"
+  }
+}