Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions www/docs/en/latest/plugin_ref/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ Identifies the CocoaPods `Podfile` that provides the dependencies in which the p

This element contains a `<config>` and a `<pods>` tag.

> NOTE: CocoaPods is deprecated and will be a [read-only respository after December 2<sup>nd</sup>, 2026](https://blog.cocoapods.org/CocoaPods-Specs-Repo/). As an alternative, Swift Package Manager (SPM) can be used since cordova-ios 8. For adding support to your plugin, see [Supporting Swift Package Manager (SPM)](../guide/platforms/ios/plugin.html#supporting-swift-package-manager-spm).

### config
The `<config>` element identifies the source urls in which the CocoaPods specs are retrieved from.

Expand Down