From 1b7c7d4e1609aca3ccf353264c25aab81e160017 Mon Sep 17 00:00:00 2001 From: lukewalczak Date: Wed, 27 Nov 2019 15:41:46 +0100 Subject: [PATCH] Add react-native-slider podspec --- .../react-native-slider.podspec.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 react-native-gutenberg-bridge/third-party-podspecs/react-native-slider.podspec.json 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..6817629f8b --- /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": "2.0.7" + }, + "source_files": "src/ios/**/*.{h,m}", + "preserve_paths": "**/*.js", + "platforms": { + "ios": "8.0" + }, + "dependencies": { + "React": [ + + ] + } +}