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 6f3e5e3 commit a97f16aCopy full SHA for a97f16a
src/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 => "v#{s.version}" }
+ s.source = { :git => "https://github.com/pft-developers/react-native-slider.git", :tag => "v#{s.version}" }
16
s.source_files = "ios/**/*.{h,m}"
17
18
s.dependency 'React-Core'
0 commit comments