[Add] Resolver 1.0.7
diff --git a/Specs/c/4/f/Resolver/1.0.7/Resolver.podspec.json b/Specs/c/4/f/Resolver/1.0.7/Resolver.podspec.json
new file mode 100644
index 0000000..cae8c2c
--- /dev/null
+++ b/Specs/c/4/f/Resolver/1.0.7/Resolver.podspec.json
@@ -0,0 +1,20 @@
+{
+  "name": "Resolver",
+  "version": "1.0.7",
+  "summary": "An ultralight Dependency Injection / Service Locator framework for Swift 4 and iOS.",
+  "homepage": "https://github.com/hmlongco/Resolver",
+  "license": "MIT",
+  "authors": "Michael Long",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/hmlongco/Resolver.git",
+    "tag": "1.0.7"
+  },
+  "source_files": [
+    "Classes",
+    "Sources/*.swift"
+  ],
+  "swift_version": "4.2"
+}