pod trunk push [PATH]
Publish a podspec
Arguments
| Name | Description | 
|---|---|
| PATH | 
Options
| Name | Description | 
|---|---|
| --allow-warnings | Allows push even if there are lint warnings | 
| --use-libraries | Linter uses static libraries to install the spec | 
| --use-modular-headers | Lint uses modular headers during installation | 
| --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 | 
| --skip-tests | Lint skips building and running tests during validation | 
| --synchronous | If validation depends on other recently pushed pods ,synchronize | 
| --allow-root | Allows CocoaPods to run as root |