[Add] EasyNetRequest 0.0.2
diff --git a/Specs/9/d/1/EasyNetRequest/0.0.2/EasyNetRequest.podspec.json b/Specs/9/d/1/EasyNetRequest/0.0.2/EasyNetRequest.podspec.json
new file mode 100644
index 0000000..3ac0867
--- /dev/null
+++ b/Specs/9/d/1/EasyNetRequest/0.0.2/EasyNetRequest.podspec.json
@@ -0,0 +1,22 @@
+{
+  "name": "EasyNetRequest",
+  "version": "0.0.2",
+  "summary": "EasyNetRequest",
+  "description": "EasyNetRequest es un conjunto de estructuras escritas en Swift 5 (compatibles con Swift 4) para construir el modulo de redes de una app IOS. Los desarrolladores pueden construir el modulo de llamadas a Api creando los endpoints necesarios de una manera muy simple. Esta lib emplea Codable de swift y no tiene dependencias externas. Esta lib esta basada en el desarrollo de Fernando Martín Ortiz (https://github.com/fmo91/Conn.git)",
+  "homepage": "https://github.com/osmely/EasyNetRequest",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Osmely Fernandez": "osmelyf@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/osmely/EasyNetRequest.git",
+    "tag": "0.0.2"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "EasyNetRequest/Classes/**/*"
+}