# pod-specs **Repository Path**: mirrors_mapbox/pod-specs ## Basic Information - **Project Name**: pod-specs - **Description**: Mapbox CocoaPods Public Specs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mapbox CocoaPods Specs This repository is for [CocoaPods](https://cocoapods.org) podspecs that are intended for public distribution, but may not necessarily be suitable or ready for CocoaPods `trunk`. ## Using this repo in an Xcode project 1. Add this pod spec repo as a source in your `Podfile`: ``` source 'https://github.com/mapbox/pod-specs.git' source 'https://github.com/CocoaPods/Specs.git' ``` (Also add the main CocoaPods trunk repo to keep being able to install other pods.) 1. In your `Podfile`, bump the pod you want to use to a version that exists in this repo. 1. `pod install --repo-update` ## Pushing to this repo 1. `pod repo add mapbox-public https://github.com/mapbox/pod-specs` (first time only) 1. Make sure your `podspec` file has the name and version you expect. If you're mirroring a publicly available podspec (i.e., one on CocoaPods trunk) and you intend to push an alternate build, use a unique version string (e.g., `5.2.0-custom.1`). 1. `pod repo push mapbox-public .podspec`