Skip to content

Commit

Permalink
Update react-native-splash-screen.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongcaichang committed Aug 7, 2018
1 parent 7f1f928 commit 7f8dd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-splash-screen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f8dd1d

Please sign in to comment.