diff --git a/react-native-gutenberg-bridge/third-party-podspecs/react-native-slider.podspec.json b/react-native-gutenberg-bridge/third-party-podspecs/react-native-slider.podspec.json
new file mode 100644
index 0000000000..dcbf65d335
--- /dev/null
+++ b/react-native-gutenberg-bridge/third-party-podspecs/react-native-slider.podspec.json
@@ -0,0 +1,23 @@
+{
+ "name": "react-native-slider",
+ "version": "2.0.7",
+ "summary": "A component for react-native",
+ "description": "A component for react-native",
+ "license": "MIT",
+ "authors": "react-native-community",
+ "homepage": "https://github.com/react-native-community/react-native-slider",
+ "source": {
+ "git": "https://github.com/react-native-community/react-native-slider",
+ "tag": "v2.0.7"
+ },
+ "source_files": "src/ios/**/*.{h,m}",
+ "preserve_paths": "**/*.js",
+ "platforms": {
+ "ios": "8.0"
+ },
+ "dependencies": {
+ "React": [
+
+ ]
+ }
+}