Skip to content

Commit

Permalink
Merge pull request #285 from xiongcaichang/master
Browse files Browse the repository at this point in the history
Fix iOS  project when pod install
  • Loading branch information
crazycodeboy committed Feb 7, 2019
2 parents d44ffef + 7f8dd1d commit 82028a9
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 => "#{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 82028a9

Please sign in to comment.