fix no homepage in Podfile

This commit is contained in:
全贺菁 2019-03-13 19:07:24 +08:00
parent ec664ac294
commit 953b3f083e

View File

@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
RNCCameraroll
DESC
s.homepage = ""
s.homepage = "https://github.com/react-native-community/react-native-cameraroll"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "author@domain.cn" }