From 37b41811ef6d9878c2002945879e493c32f162e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar?= Date: Fri, 5 Jun 2020 10:31:35 +0200 Subject: [PATCH] chore: fix other podspec errors --- Cordova.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cordova.podspec b/Cordova.podspec index 7ef5d16ee..063655762 100644 --- a/Cordova.podspec +++ b/Cordova.podspec @@ -21,7 +21,7 @@ require "json" packageJson = JSON.parse(File.read(File.join(__dir__, "package.json"))) relVersion = package['version'] relSource = { :git => "https://github.com/apache/cordova-ios.git", - :tag => "rel/{relVersion}", + :tag => "rel/#{relVersion}", :submodules => true } Pod::Spec.new do |s| @@ -30,7 +30,7 @@ Pod::Spec.new do |s| s.summary = "Apache Cordova for iOS" s.homepage = "https://github.com/apache/cordova-ios" s.license = { :type => "Apache 2.0", :file => "LICENSE" } - s.author = { "Apache Software Foundation" } + s.author = "Apache Software Foundation" s.platform = :ios, "11.0" s.source = relSource s.requires_arc = true