[Add] LCEssentials 0.2.12.12
diff --git a/Specs/8/7/e/LCEssentials/0.2.12.12/LCEssentials.podspec.json b/Specs/8/7/e/LCEssentials/0.2.12.12/LCEssentials.podspec.json
new file mode 100644
index 0000000..b802873
--- /dev/null
+++ b/Specs/8/7/e/LCEssentials/0.2.12.12/LCEssentials.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "LCEssentials",
+  "version": "0.2.12.12",
+  "summary": "This is a repository of essential scripts written in Swift for Loverde Co.",
+  "description": "This is a repository of essential scripts written in Swift for Loverde Co. used to save time on re-writing and keeping it on all other projects. So this Cocoapods will evolve with Swift and will improve with every release!",
+  "homepage": "https://github.com/loverde-co/LCEssentials",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE.md"
+  },
+  "authors": {
+    "Daniel Arantes Loverde": "daniel@loverde.com.br"
+  },
+  "source": {
+    "git": "https://github.com/loverde-co/LCEssentials.git",
+    "tag": "0.2.12.12"
+  },
+  "swift_version": "4.0",
+  "platforms": {
+    "watchos": "5.0",
+    "ios": "10.0"
+  },
+  "ios": {
+    "source_files": [
+      "LCEssentials/LCEssentials/Classes/*.{swift}",
+      "LCEssentials/LCEssentials/PickerViews/*.{swift}",
+      "LCEssentials/LCEssentials/Notifications/*.{swift}"
+    ],
+    "resources": [
+      "LCEssentials/LCEssentials/PickerViews/Storyboards/*.{storyboard}",
+      "LCEssentials/LCEssentials/Notifications/Storyboard/*.{storyboard}",
+      "LCEssentials/LCEssentials/Notifications/Storyboard/*.{png}"
+    ]
+  },
+  "watchos": {
+    "source_files": "LCEssentials/LCEssentials/Classes/*.{swift}"
+  }
+}