From 9a7ac0add53012a556d5ed98ac246993c4b6cd55 Mon Sep 17 00:00:00 2001 From: Hashith Karunarathne Date: Sun, 29 Sep 2019 12:14:09 +0530 Subject: [PATCH] Fix - ERROR | attributes: Missing required attribute `homepage` in podspecfile --- ios/RNImgToBase64.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNImgToBase64.podspec b/ios/RNImgToBase64.podspec index 44da4ed..60a38d6 100644 --- a/ios/RNImgToBase64.podspec +++ b/ios/RNImgToBase64.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Convert img to base64 DESC - s.homepage = "" + s.homepage = "https://github.com/Snapp-FidMe/react-native-img-to-base64" s.license = "MIT" s.author = { "author" => "contact@snapp.fr" } s.platform = :ios, "7.0"