Merge pull request #2 from exc3lsior/master

[BUG]fix no homepage in Podfile
This commit is contained in:
Bartol Karuza 2019-03-15 12:33:03 +01:00 committed by GitHub
commit 9540b013d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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" }