[Add] LhHelpers 1.2.5
diff --git a/Specs/5/8/7/LhHelpers/1.2.5/LhHelpers.podspec.json b/Specs/5/8/7/LhHelpers/1.2.5/LhHelpers.podspec.json
new file mode 100644
index 0000000..f4d636c
--- /dev/null
+++ b/Specs/5/8/7/LhHelpers/1.2.5/LhHelpers.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "LhHelpers",
+  "version": "1.2.5",
+  "summary": "LhHelpers is a pod full of helper functions and other goodies for iOS apps to use",
+  "description": "This pod has helpers for iOS app development. It currently has helpers for alerts, colors, view controllers, and dates.",
+  "homepage": "https://github.com/letshangllc/helpers",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE.txt"
+  },
+  "authors": {
+    "Chase Burnham": "cburnham@letshang.us"
+  },
+  "platforms": {
+    "ios": "10.3"
+  },
+  "swift_version": "4.2",
+  "source": {
+    "git": "https://github.com/letshangllc/helpers.git",
+    "tag": "1.2.5"
+  },
+  "source_files": [
+    "lh-helpers",
+    "lh-helpers/**/*.{h,m,swift}"
+  ],
+  "exclude_files": "Classes/Exclude"
+}