[Add] ARCL 1.2.1
diff --git a/Specs/2/6/6/ARCL/1.2.1/ARCL.podspec.json b/Specs/2/6/6/ARCL/1.2.1/ARCL.podspec.json
new file mode 100644
index 0000000..ab93a72
--- /dev/null
+++ b/Specs/2/6/6/ARCL/1.2.1/ARCL.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "ARCL",
+  "version": "1.2.1",
+  "summary": "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data.",
+  "homepage": "https://github.com/ProjectDent/arkit-corelocation",
+  "authors": {
+    "Andrew Hart": "Andrew@ProjectDent.com"
+  },
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "source": {
+    "git": "https://ProjectDent@github.com/ProjectDent/ARKit-CoreLocation.git",
+    "tag": "1.2.1",
+    "submodules": false
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "swift_versions": "5.0",
+  "requires_arc": true,
+  "source_files": "Sources/**/*.{swift}",
+  "frameworks": [
+    "Foundation",
+    "UIKit",
+    "CoreLocation",
+    "MapKit",
+    "SceneKit"
+  ],
+  "weak_frameworks": "ARKit",
+  "swift_version": "5.0"
+}