You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Announce CocoaPods sunset by December 2026 in iOS READMEs (#14198)
Add prominent notices to the Maps and Search iOS SDK READMEs informing
customers that CocoaPods distribution will be discontinued by December
2026 and recommending migration to Swift Package Manager.
GitOrigin-RevId: 97200fdc243420cafd2b6307fd58d348839c0997
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ The Mapbox Maps SDK for iOS is a public library for displaying interactive, thor
7
7
## Getting Started
8
8
This README is intended for developers who are interested in contributing to the Mapbox Maps SDK for iOS. Please visit https://docs.mapbox.com/ios/maps/guides/ for general information and instructions on using the Maps SDK in your iOS application.
9
9
10
+
> [!IMPORTANT]
11
+
> **CocoaPods support is being sunset by December 2026.**
12
+
>
13
+
> Mapbox plans to discontinue distributing the Maps SDK for iOS via CocoaPods by **December 2026**. After that date, no new releases will be published to CocoaPods and the existing podspec will no longer be maintained.
14
+
>
15
+
> We strongly recommend migrating to [Swift Package Manager (SPM)](https://www.swift.org/documentation/package-manager/), which is Mapbox's preferred and actively supported distribution channel for iOS. Please plan your migration ahead of the December 2026 deadline.
16
+
10
17
## Examples App
11
18
The Examples app shows how to use many of the features in the Maps SDK. See the [Examples project](https://github.com/mapbox/mapbox-maps-ios/tree/main/Examples.xcodeproj) for more information.
0 commit comments