Skip to content

Commit 062b91d

Browse files
authored
fix: author and tag podspec errors (#888)
1 parent 022d8d5 commit 062b91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cordova.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require "json"
2121
packageJson = JSON.parse(File.read(File.join(__dir__, "package.json")))
2222
relVersion = packageJson['version']
2323
relSource = { :git => "https://github.com/apache/cordova-ios.git",
24-
:tag => "rel/{relVersion}",
24+
:tag => "rel/#{relVersion}",
2525
:submodules => true }
2626

2727
Pod::Spec.new do |s|
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
3030
s.summary = "Apache Cordova for iOS"
3131
s.homepage = "https://github.com/apache/cordova-ios"
3232
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
33-
s.author = { "Apache Software Foundation" }
33+
s.author = "Apache Software Foundation"
3434
s.platform = :ios, "11.0"
3535
s.source = relSource
3636
s.requires_arc = true

0 commit comments

Comments
 (0)