➜ 0.0.4 git:(master) ✗ pod package --help
Usage:
$ pod package NAME [SOURCE]
Package a podspec into a static library.
Options:
--force Overwrite existing
files.
--no-mangle Do not mangle
symbols of
depedendant Pods.
--embedded Generate embedded
frameworks.
--library Generate static
libraries.
--dynamic Generate dynamic
framework.
--bundle-identifier Bundle identifier
for dynamic
framework
--exclude-deps Exclude symbols
from dependencies.
--configuration Build the
specified
configuration
(e.g. Debug).
Defaults to
Release
--subspecs Only include the
given subspecs
--spec-sources=private,https://github.com/CocoaPods/Specs.git The sources to
pull dependant
pods from
(defaults to
https://github.com/CocoaPods/Specs.git)
➜ ~ pod spec lint --help
Usage:
$ pod spec lint [NAME.podspec|DIRECTORY|http://PATH/NAME.podspec ...]
Validates `NAME.podspec`. If a `DIRECTORY` is provided, it validates the podspec
files found, including subfolders. In case the argument is omitted, it defaults
to the current working dir.
Options:
--quick Lint skips checks that would
require to download and build
the spec
--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
--use-libraries Lint uses static libraries to
install the spec
--sources=https://github.com/artsy/Specs,master The sources from which to pull
dependent pods (defaults to
https://github.com/CocoaPods/Specs.git).
Multiple sources must be
comma-delimited.
--private Lint skips checks that apply
only to public specs
--swift-version=VERSION The SWIFT_VERSION that should be
used to lint the spec. This
takes precedence over a
.swift-version file.
--skip-import-validation Lint skips validating that the
pod can be imported
--silent Show nothing
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help