From 76c0ac5499f9e68ab2c80d43dac243d9876e5a68 Mon Sep 17 00:00:00 2001 From: Bear <15223245@qq.com> Date: Tue, 7 Aug 2018 13:54:10 +0800 Subject: [PATCH 1/3] Update react-native-splash-screen.podspec --- react-native-splash-screen.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7f1f928dbd92e65aff6a189d65df6c0e68eb530d Mon Sep 17 00:00:00 2001 From: Bear <15223245@qq.com> Date: Tue, 7 Aug 2018 13:55:08 +0800 Subject: [PATCH 2/3] Update react-native-splash-screen.podspec --- react-native-splash-screen.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-splash-screen.podspec b/react-native-splash-screen.podspec index 6c03a7ab..6f9a6d8a 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 => "v#{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 From 7f8dd1d7ca2cc3e9a3e5fec938e91a769c356c3e Mon Sep 17 00:00:00 2001 From: Bear <15223245@qq.com> Date: Tue, 7 Aug 2018 14:05:23 +0800 Subject: [PATCH 3/3] Update react-native-splash-screen.podspec --- react-native-splash-screen.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-splash-screen.podspec b/react-native-splash-screen.podspec index 6f9a6d8a..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 => "#v{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