We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ebb6d commit bf5e8d2Copy full SHA for bf5e8d2
react-native-slider.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.homepage = package['homepage']
13
s.platform = :ios, "9.0"
14
15
- s.source = { :git => "https://github.com/react-native-community/react-native-slider.git", :tag => "#{s.version}" }
+ s.source = { :git => "https://github.com/react-native-community/react-native-slider.git", :tag => "v#{s.version}" }
16
s.source_files = "ios/**/*.{h,m}"
17
18
s.dependency 'React'
0 commit comments