Merge pull request #2 from exc3lsior/master
[BUG]fix no homepage in Podfile
This commit is contained in:
commit
9540b013d3
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue