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 76c0ac5 commit 7f1f928Copy full SHA for 7f1f928
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 => "v#{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