We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022d8d5 commit 062b91dCopy full SHA for 062b91d
Cordova.podspec
@@ -21,7 +21,7 @@ require "json"
21
packageJson = JSON.parse(File.read(File.join(__dir__, "package.json")))
22
relVersion = packageJson['version']
23
relSource = { :git => "https://github.com/apache/cordova-ios.git",
24
- :tag => "rel/{relVersion}",
+ :tag => "rel/#{relVersion}",
25
:submodules => true }
26
27
Pod::Spec.new do |s|
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
30
s.summary = "Apache Cordova for iOS"
31
s.homepage = "https://github.com/apache/cordova-ios"
32
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
33
- s.author = { "Apache Software Foundation" }
+ s.author = "Apache Software Foundation"
34
s.platform = :ios, "11.0"
35
s.source = relSource
36
s.requires_arc = true
0 commit comments