From f64d7d94e8f9991137bba16f625b54a7b6aeaf4f Mon Sep 17 00:00:00 2001 From: akondo06 Date: Fri, 12 Apr 2019 00:56:28 +0200 Subject: [PATCH] Homepage value for pod install fixes the ``` The `RNNavybitsDateTimePicker` pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute `homepage`. - WARN | source: The version should be included in the Git tag. - WARN | description: The description is equal to the summary. ``` on `pod install` Note: this only fixes the error and not the other 2 warnings. --- ios/RNNavybitsDateTimePicker.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/RNNavybitsDateTimePicker.podspec b/ios/RNNavybitsDateTimePicker.podspec index 636b3c5..b61dba2 100644 --- a/ios/RNNavybitsDateTimePicker.podspec +++ b/ios/RNNavybitsDateTimePicker.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.description = <<-DESC RNNavybitsDateTimePicker DESC - s.homepage = "" + s.homepage = "https://github.com/HananeAlSamrout/react-native-navybits-date-time-picker" s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.author = { "author" => "author@domain.cn" } @@ -21,4 +21,4 @@ Pod::Spec.new do |s| end - \ No newline at end of file +