[Add] Cely 2.1.2
diff --git a/Specs/3/4/6/Cely/2.1.2/Cely.podspec.json b/Specs/3/4/6/Cely/2.1.2/Cely.podspec.json
new file mode 100644
index 0000000..9c85820
--- /dev/null
+++ b/Specs/3/4/6/Cely/2.1.2/Cely.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "Cely",
+  "swift_versions": "5.0",
+  "version": "2.1.2",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "summary": "Cely’s goal is to add a login system into your app in under 30 seconds!",
+  "homepage": "https://github.com/initFabian/Cely",
+  "social_media_url": "https://twitter.com/initfabian",
+  "authors": {
+    "Fabian Buentello": "fabian.buentello@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/initFabian/Cely.git",
+    "tag": "2.1.2"
+  },
+  "platforms": {
+    "ios": "10.3"
+  },
+  "requires_arc": true,
+  "default_subspecs": "Core",
+  "swift_version": "5.0",
+  "subspecs": [
+    {
+      "name": "Core",
+      "resources": "Sources/Supporting Files/*.{storyboard,xib,xcassets,json,imageset,png}",
+      "source_files": "Sources/*.swift",
+      "frameworks": "Foundation"
+    }
+  ]
+}