From d7ed1e88ba94242d1072d4a869b505a5c2833dc2 Mon Sep 17 00:00:00 2001 From: Alfonso Date: Sat, 3 Feb 2018 16:07:46 +0200 Subject: [PATCH] ERROR Pod version 1.3.1 `homepage` now is a mandatory attribute in cocopods ``` [!] The `RNIap` pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute `homepage`. ``` --- ios/RNIap.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/RNIap.podspec b/ios/RNIap.podspec index 8f34a978b..52fe0a81d 100644 --- a/ios/RNIap.podspec +++ b/ios/RNIap.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.description = <<-DESC RNIap DESC - s.homepage = "" + s.homepage = "https://github.com/dooboolab/react-native-iap" 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 +