lib/cocoapods-lint-onlyx64/command/onlyx64.rb in cocoapods-lint-onlyx64-0.1.0 vs lib/cocoapods-lint-onlyx64/command/onlyx64.rb in cocoapods-lint-onlyx64-0.1.1
- old
+ new
@@ -54,10 +54,10 @@
['--allow-warnings', 'Lint validates even if warnings are present'],
['--subspec=NAME', 'Lint validates only the given subspec'],
['--no-subspecs', 'Lint skips validation of subspecs'],
['--no-clean', 'Lint leaves the build directory intact for inspection'],
['--fail-fast', 'Lint stops on the first failing platform or subspec'],
- ['', 'Lint uses static libraries to install the spec'],
+ ['--use-libraries', 'Lint uses static libraries to install the spec'],
['--use-modular-headers', 'Lint uses modular headers during installation'],
["--sources=#{Pod::TrunkSource::TRUNK_REPO_URL}", 'The sources from which to pull dependent pods ' \
"(defaults to #{Pod::TrunkSource::TRUNK_REPO_URL}). Multiple sources must be comma-delimited"],
['--platforms=ios,macos', 'Lint against specific platforms (defaults to all platforms supported by the ' \
'podspec). Multiple platforms must be comma-delimited'],
\ No newline at end of file