Skip to content

Commit

Permalink
Add react-native-slider podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Nov 27, 2019
1 parent c4784fb commit 1b7c7d4
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "react-native-slider",
"version": "2.0.7",
"summary": "A <Slider /> component for react-native",
"description": "A <Slider /> 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": [

]
}
}

0 comments on commit 1b7c7d4

Please sign in to comment.