[Add] ConstructorAutocomplete 2.4.1
diff --git a/Specs/4/7/e/ConstructorAutocomplete/2.4.1/ConstructorAutocomplete.podspec.json b/Specs/4/7/e/ConstructorAutocomplete/2.4.1/ConstructorAutocomplete.podspec.json
new file mode 100644
index 0000000..d0a498c
--- /dev/null
+++ b/Specs/4/7/e/ConstructorAutocomplete/2.4.1/ConstructorAutocomplete.podspec.json
@@ -0,0 +1,39 @@
+{
+  "name": "ConstructorAutocomplete",
+  "version": "2.4.1",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "homepage": "https://www.constructor.io",
+  "authors": {
+    "Zubin Tiku": "zubin@constructor.io",
+    "Christopher Gee": "christopher@constructor.io",
+    "Jimmy Li": "jimmy@constructor.io"
+  },
+  "summary": "Constructor.io iOS autosuggest client.",
+  "source": {
+    "git": "https://github.com/Constructor-io/constructorio-client-swift.git",
+    "tag": "v2.4.1"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "AutocompleteClient/**/*.swift",
+  "frameworks": "UIKit",
+  "swift_versions": [
+    "4.0",
+    "4.1",
+    "4.2",
+    "5"
+  ],
+  "ios": {
+    "resource_bundles": {
+      "ConstructorAutocomplete": [
+        "AutocompleteClient/Resources/*.png",
+        "AutocompleteClient/**/*.xib"
+      ]
+    }
+  },
+  "swift_version": "5"
+}