{"id":47616366,"url":"https://github.com/mapbox/mapbox-maps-ios-binary","last_synced_at":"2026-05-26T00:02:40.124Z","repository":{"id":345907639,"uuid":"1158365050","full_name":"mapbox/mapbox-maps-ios-binary","owner":"mapbox","description":"Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal","archived":false,"fork":false,"pushed_at":"2026-05-15T20:57:04.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-15T23:44:21.341Z","etag":null,"topics":["ios","map","mapbox","maps","metal","priority","swift"],"latest_commit_sha":null,"homepage":"https://www.mapbox.com/mapbox-mobile-sdk","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-15T08:38:35.000Z","updated_at":"2026-04-27T10:21:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mapbox/mapbox-maps-ios-binary","commit_stats":null,"previous_names":["mapbox/mapbox-maps-ios-binary"],"tags_count":173,"template":false,"template_full_name":null,"purl":"pkg:github/mapbox/mapbox-maps-ios-binary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-maps-ios-binary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-maps-ios-binary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-maps-ios-binary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-maps-ios-binary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapbox","download_url":"https://codeload.github.com/mapbox/mapbox-maps-ios-binary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-maps-ios-binary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33497930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","map","mapbox","maps","metal","priority","swift"],"created_at":"2026-04-01T21:29:16.425Z","updated_at":"2026-05-26T00:02:40.113Z","avatar_url":"https://github.com/mapbox.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mapbox Maps SDK for iOS - Binary Distribution\n\nThis repository contains binary releases and snapshots of the [Mapbox Maps SDK for iOS](https://github.com/mapbox/mapbox-maps-ios) for distribution via Swift Package Manager.\n\n## Overview\n\nThe Mapbox Maps SDK for iOS is a public library for displaying interactive, thoroughly customizable maps in native iOS applications. It takes map styles that conform to the [Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using Metal.\n\n### Prerequisites\n\nBefore you can download the binary distribution of Mapbox Maps SDK for iOS, you need to create a token with `DOWNLOAD:READ` scope.\nGo to https://account.mapbox.com and click \"Create token\"\n\nInsert or append the following to `~/.netrc`\n\n```bash\nmachine api.mapbox.com\n  login mapbox\n  password \u003cTOKEN WITH DOWNLOAD:READ SCOPE\u003e\n```\n\n## Installation\n\n### Swift Package Manager\n\nAdd the following dependency to your `Package.swift` file:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/mapbox/mapbox-maps-ios-binary.git\", exact: \"11.20.0\")\n]\n```\n\nOr add it through Xcode:\n\n1. File \u003e Add Package Dependencies\n2. Enter the repository URL: `https://github.com/mapbox/mapbox-maps-ios-binary.git`\n3. Select the version or branch you want to use\n4. Add the `MapboxMaps` library to your target\n\n## Documentation\n\nFor comprehensive guides, API documentation, and examples, visit the [official Mapbox Maps SDK for iOS documentation](https://docs.mapbox.com/ios/maps/guides/).\n\n## Source Code\n\nThis is a binary distribution repository. For the full source code, development guides, and contribution information, visit the [main repository](https://github.com/mapbox/mapbox-maps-ios).\n\n## Examples\n\nFor code samples and example implementations, see the [Examples project](https://github.com/mapbox/mapbox-maps-ios/tree/main/Examples.xcodeproj) in the main repository.\n\n## Support\n\n### Report a bug\nPlease use the [bug template](https://github.com/mapbox/mapbox-maps-ios/issues/new?labels=bug%20%3Abeetle%3A\u0026template=bug.md) in the main repository to report any issues.\n\n### Request a feature\nPlease use the [feature template](https://github.com/mapbox/mapbox-maps-ios/issues/new?labels=feature%20%3Agreen_apple%3A\u0026template=feature.md) in the main repository for feature requests.\n\n### Questions\n- [Mapbox Support](https://docs.mapbox.com/help/)\n- [Discord Community](https://discord.gg/UshjQYyDFw)\n\n## About Binary Distribution\n\nThis repository is specifically designed for distributing pre-built binaries of the Mapbox Maps SDK, including both stable releases and development snapshots. Using this repository can:\n\n- Speed up build times by using pre-compiled binaries\n- Simplify dependency management for projects that don't need to build from source\n- Provide access to both stable releases and development snapshots\n\nFor development, contributing, or building from source, please use the [main repository](https://github.com/mapbox/mapbox-maps-ios).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapbox%2Fmapbox-maps-ios-binary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapbox%2Fmapbox-maps-ios-binary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapbox%2Fmapbox-maps-ios-binary/lists"}