diff --git a/react-native-splash-screen.podspec b/react-native-splash-screen.podspec index 2c38e65b..6c03a7ab 100644 --- a/react-native-splash-screen.podspec +++ b/react-native-splash-screen.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = package["homepage"] s.license = package["license"] s.platform = :ios, "7.0" - 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}" } s.source_files = "ios/*.{h,m}" s.dependency "React" end