fastlane/lib/fastlane/actions/pod_push.rb in fastlane-2.99.1 vs fastlane/lib/fastlane/actions/pod_push.rb in fastlane-2.100.0
- old
+ new
@@ -78,9 +78,10 @@
is_string: false),
FastlaneCore::ConfigItem.new(key: :sources,
description: "The sources of repos you want the pod spec to lint with, separated by commas",
optional: true,
is_string: false,
+ type: Array,
verify_block: proc do |value|
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",