[Add] librav1e 0.1.0
diff --git a/Specs/d/2/1/librav1e/0.1.0/librav1e.podspec.json b/Specs/d/2/1/librav1e/0.1.0/librav1e.podspec.json
new file mode 100644
index 0000000..732e8b2d
--- /dev/null
+++ b/Specs/d/2/1/librav1e/0.1.0/librav1e.podspec.json
@@ -0,0 +1,29 @@
+{
+  "name": "librav1e",
+  "version": "0.1.0",
+  "summary": "librav1e - The fastest and safest AV1 encoder.",
+  "description": "rav1e is an AV1 video encoder. It is designed to eventually cover all use cases, though in its current form it is most suitable for cases where libaom (the reference encoder) is too slow.",
+  "homepage": "https://github.com/xiph/rav1e",
+  "license": {
+    "type": "BSD 2-Clause"
+  },
+  "authors": {
+    "Xiph.org": "mailman@xiph.org"
+  },
+  "source": {
+    "git": "https://github.com/SDWebImage/librav1e-Xcode.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "osx": "10.7",
+    "ios": "8.0"
+  },
+  "source_files": "rav1e/include/*.h",
+  "public_header_files": "rav1e/include/*.h",
+  "ios": {
+    "vendored_libraries": "rav1e/iOS/librav1e.a"
+  },
+  "osx": {
+    "vendored_libraries": "rav1e/macOS/librav1e.a"
+  }
+}