diff --git a/www/docs/en/latest/plugin_ref/spec.md b/www/docs/en/latest/plugin_ref/spec.md index 2d5f3bc424..be209e0d71 100644 --- a/www/docs/en/latest/plugin_ref/spec.md +++ b/www/docs/en/latest/plugin_ref/spec.md @@ -551,6 +551,7 @@ Attributes(type) | Description ---------------- | ------------ name
{% cdv_vartype string %} | *Required*
Pod name spec
{% cdv_vartype string %} | Pod spec +nospm
{% cdv_vartype boolean %} | Provides a mechanism for plugins to transition their pod dependencies to Swift Package Manager dependencies while retaining backwards compatibility with cordova-ios versions older than 8.
`true`: The pod should not be installed when the project supports Swift packages, but should be installed in older projects
`false` (or no attribute at all) means it should always be installed.
Introduced in cordova-ios 8. swift-version
{% cdv_vartype string %} | Specify swift version of the CocoaPods library git
{% cdv_vartype string %} | Pod `git` option. branch
{% cdv_vartype string %} | Pod `branch` option.