[Add] SimplifySwift 1.2.2
diff --git a/Specs/6/8/4/SimplifySwift/1.2.2/SimplifySwift.podspec.json b/Specs/6/8/4/SimplifySwift/1.2.2/SimplifySwift.podspec.json
new file mode 100644
index 0000000..1a434c7
--- /dev/null
+++ b/Specs/6/8/4/SimplifySwift/1.2.2/SimplifySwift.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "SimplifySwift",
+  "version": "1.2.2",
+  "summary": "A high performance Swift 2D/3D polyline simplification library",
+  "description": "Simplify-Swift is a high-performance Swift polyline simplification library ported from Simplify.js. The original Javascript library was extracted from Leaflet, a JS interactive maps library by Vladimir Agafonkin. It uses a combination of Douglas-Peucker and Radial Distance algorithms. Polyline simplification dramatically reduces the number of points in a polyline while retaining its shape, giving a huge performance boost when processing it and also reducing visual noise.",
+  "homepage": "https://github.com/tomislav/Simplify-Swift",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Tomislav Filipcic": "tf@7sols.com"
+  },
+  "source": {
+    "git": "https://github.com/tomislav/Simplify-Swift.git",
+    "tag": "1.2.2"
+  },
+  "social_media_url": "https://twitter.com/tomislav",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "Sources/**/*",
+  "swift_versions": "5.0",
+  "swift_version": "5.0"
+}