[Add] BrightFutures 8.1.0
diff --git a/Specs/a/c/5/BrightFutures/8.1.0/BrightFutures.podspec.json b/Specs/a/c/5/BrightFutures/8.1.0/BrightFutures.podspec.json
new file mode 100644
index 0000000..e55556d
--- /dev/null
+++ b/Specs/a/c/5/BrightFutures/8.1.0/BrightFutures.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "BrightFutures",
+  "version": "8.1.0",
+  "license": "MIT",
+  "summary": "Write great asynchronous code in Swift using futures and promises",
+  "homepage": "https://github.com/Thomvis/BrightFutures",
+  "social_media_url": "https://twitter.com/thomvis",
+  "authors": {
+    "Thomas Visser": "thomas.visser@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Thomvis/BrightFutures.git",
+    "tag": "8.1.0"
+  },
+  "platforms": {
+    "ios": "9.0",
+    "osx": "10.10",
+    "tvos": "9.0",
+    "watchos": "3.1"
+  },
+  "source_files": "Sources/BrightFutures/*.swift",
+  "requires_arc": true,
+  "swift_versions": "5.0",
+  "swift_version": "5.0"
+}