[Add] ChatSDKKeepLayout 1.7.7
diff --git a/Specs/6/5/5/ChatSDKKeepLayout/1.7.7/ChatSDKKeepLayout.podspec.json b/Specs/6/5/5/ChatSDKKeepLayout/1.7.7/ChatSDKKeepLayout.podspec.json
new file mode 100644
index 0000000..93e671e
--- /dev/null
+++ b/Specs/6/5/5/ChatSDKKeepLayout/1.7.7/ChatSDKKeepLayout.podspec.json
@@ -0,0 +1,54 @@
+{
+  "name": "ChatSDKKeepLayout",
+  "version": "1.7.7",
+  "summary": "Making Auto Layout easier to code.",
+  "homepage": "https://github.com/chat-sdk/KeepLayout",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE.md"
+  },
+  "authors": "Tricertops",
+  "source": {
+    "git": "https://github.com/chat-sdk/KeepLayout.git",
+    "tag": "1.7.6"
+  },
+  "requires_arc": true,
+  "module_name": "KeepLayout",
+  "default_subspecs": "Swift",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "pod_target_xcconfig": {
+    "SWIFT_VERSION": "5.0"
+  },
+  "subspecs": [
+    {
+      "name": "ObjC",
+      "source_files": "Sources",
+      "exclude_files": "Sources/*.{swift}",
+      "frameworks": "UIKit",
+      "osx": {
+        "exclude_files": [
+          "Sources/UIViewController+KeepLayout.{h,m}",
+          "Sources/UIScrollView+KeepLayout.{h,m}"
+        ]
+      }
+    },
+    {
+      "name": "Swift",
+      "dependencies": {
+        "ChatSDKKeepLayout/ObjC": [
+
+        ]
+      },
+      "source_files": "Sources/*.{swift}",
+      "frameworks": "UIKit",
+      "osx": {
+        "exclude_files": [
+          "Sources/UIViewController+KeepLayout.{h,m}",
+          "Sources/UIScrollView+KeepLayout.{h,m}"
+        ]
+      }
+    }
+  ]
+}