[Add] Quicksilver 2.0.3
diff --git a/Specs/d/3/8/Quicksilver/2.0.3/Quicksilver.podspec.json b/Specs/d/3/8/Quicksilver/2.0.3/Quicksilver.podspec.json
new file mode 100644
index 0000000..bdba5c4
--- /dev/null
+++ b/Specs/d/3/8/Quicksilver/2.0.3/Quicksilver.podspec.json
@@ -0,0 +1,31 @@
+{
+  "name": "Quicksilver",
+  "version": "2.0.3",
+  "summary": "Quicksilver is an iOS/macOS/tvOS/watchOS framework that extends the collection classes and makes them easier to work with.",
+  "description": "Quicksilver is an iOS/macOS/tvOS/watchOS framework that extends the collection classes (`NSArray`,`NSSet`,`NSOrderedSet`,`NSDictionary`, and `NSString`) and makes them easier to work with. The added methods are modeled after the related list functions (`map`,`filter`,`reduce`, etc.) in Haskell.",
+  "homepage": "https://github.com/Kosoku/Quicksilver",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE.txt"
+  },
+  "authors": {
+    "William Towe": "willbur1984@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Kosoku/Quicksilver.git",
+    "tag": "2.0.3"
+  },
+  "platforms": {
+    "ios": "10.0",
+    "osx": "10.12",
+    "tvos": "10.0",
+    "watchos": "3.0"
+  },
+  "requires_arc": true,
+  "source_files": "Quicksilver/**/*.{h,m}",
+  "exclude_files": "Quicksilver/Quicksilver-Info.h",
+  "frameworks": [
+    "Foundation",
+    "CoreGraphics"
+  ]
+}