[Add] ModelsMapper 0.1.0
diff --git a/Specs/d/1/f/ModelsMapper/0.1.0/ModelsMapper.podspec.json b/Specs/d/1/f/ModelsMapper/0.1.0/ModelsMapper.podspec.json
new file mode 100644
index 0000000..78077d0
--- /dev/null
+++ b/Specs/d/1/f/ModelsMapper/0.1.0/ModelsMapper.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "ModelsMapper",
+  "version": "0.1.0",
+  "summary": "Abstraction for model mapping in Swift",
+  "description": "Abstraction for model mapping in Swift, write a mapper once, use everywhere.",
+  "homepage": "https://github.com/ShabanKamell/ModelMapper-Swift",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "ShabanKamell": "sh3ban.kamel@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/ShabanKamell/ModelMapper-Swift.git",
+    "tag": "0.1.0"
+  },
+  "social_media_url": "https://twitter.com/ShaAhKa",
+  "swift_versions": "5.1.2",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "Sources/**/*",
+  "exclude_files": "Sources/Supporting Files/**/*",
+  "frameworks": "Foundation",
+  "swift_version": "5.1.2"
+}