[Add] NFImageView 0.2.7
diff --git a/Specs/5/4/1/NFImageView/0.2.7/NFImageView.podspec.json b/Specs/5/4/1/NFImageView/0.2.7/NFImageView.podspec.json
new file mode 100644
index 0000000..b3b5bc7
--- /dev/null
+++ b/Specs/5/4/1/NFImageView/0.2.7/NFImageView.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "NFImageView",
+  "version": "0.2.7",
+  "swift_versions": "5",
+  "summary": "'NFImageView' is a subclass of a UIView that acts like a UIImageView. Uses CoreGraphics to draw image.",
+  "description": "\"NFImageView is a like UIImageView that has loading indicator built within it to indicate that there an active loading of an image. It has an option for loading style. A progress bar or a spinner.\"",
+  "homepage": "https://github.com/nferocious76/NFImageView",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/nferocious76/NFImageView.git",
+    "tag": "0.2.7"
+  },
+  "platforms": {
+    "ios": "13.0"
+  },
+  "source_files": "NFImageView/Classes/**/*",
+  "dependencies": {
+    "Alamofire": [
+      "~> 5.1"
+    ],
+    "AlamofireImage": [
+      "~> 4.1"
+    ]
+  },
+  "swift_version": "5"
+}