Skip to content

Commit 82028a9

Browse files
authored
Merge pull request #285 from xiongcaichang/master
Fix iOS project when pod install
2 parents d44ffef + 7f8dd1d commit 82028a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-splash-screen.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = package["homepage"]
1111
s.license = package["license"]
1212
s.platform = :ios, "7.0"
13-
s.source = { :git => "https://github.com/crazycodeboy/react-native-splash-screen", :tag => "#{s.version}" }
13+
s.source = { :git => "https://github.com/crazycodeboy/react-native-splash-screen", :tag => "v#{s.version}" }
1414
s.source_files = "ios/*.{h,m}"
1515
s.dependency "React"
1616
end

0 commit comments

Comments
 (0)