We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d44ffef + 7f8dd1d commit 82028a9Copy full SHA for 82028a9
react-native-splash-screen.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.homepage = package["homepage"]
11
s.license = package["license"]
12
s.platform = :ios, "7.0"
13
- s.source = { :git => "https://github.com/crazycodeboy/react-native-splash-screen", :tag => "#{s.version}" }
+ s.source = { :git => "https://github.com/crazycodeboy/react-native-splash-screen", :tag => "v#{s.version}" }
14
s.source_files = "ios/*.{h,m}"
15
s.dependency "React"
16
end
0 commit comments