[Add] NeuralKit 0.1.4
diff --git a/Specs/d/f/5/NeuralKit/0.1.4/NeuralKit.podspec.json b/Specs/d/f/5/NeuralKit/0.1.4/NeuralKit.podspec.json
new file mode 100644
index 0000000..0ac7e8c
--- /dev/null
+++ b/Specs/d/f/5/NeuralKit/0.1.4/NeuralKit.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "NeuralKit",
+  "version": "0.1.4",
+  "summary": "Comprehensive implementation of machine learning in Swift",
+  "description": "Acts as a replacement for the CoreML library for Swift. It allows developers\nto have more control over the algorithms used for their machine learning",
+  "homepage": "https://github.com/SylvanM/NeuralKit",
+  "license": {
+    "type": "GPL-2",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Sylvan Martin": "alephnulltim@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/SylvanM/NeuralKit.git",
+    "tag": "0.1.4"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_version": "4.2",
+  "source_files": "NeuralKit/**/*.{swift,h,m}"
+}