fastlane/lib/fastlane/actions/pod_push.rb in fastlane-2.108.0 vs fastlane/lib/fastlane/actions/pod_push.rb in fastlane-2.109.0
- old
+ new
@@ -85,10 +85,10 @@
UI.user_error!("Sources must be an array.") unless value.kind_of?(Array)
end),
FastlaneCore::ConfigItem.new(key: :swift_version,
description: "The SWIFT_VERSION that should be used to lint the spec. This takes precedence over a .swift-version file",
optional: true,
- is_string: false),
+ is_string: true),
FastlaneCore::ConfigItem.new(key: :verbose,
description: "Show more debugging information",
optional: true,
is_string: false,
default_value: false)