{"id":28919482,"url":"https://github.com/googlemaps/ios-consumer-sdk","last_synced_at":"2026-05-07T21:02:33.692Z","repository":{"id":230288393,"uuid":"742466029","full_name":"googlemaps/ios-consumer-sdk","owner":"googlemaps","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-17T22:31:58.000Z","size":336,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-18T12:32:08.431Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googlemaps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2024-01-12T14:43:18.000Z","updated_at":"2026-03-17T22:29:43.000Z","dependencies_parsed_at":"2025-01-21T19:34:42.559Z","dependency_job_id":"5e2f03f9-1332-45c5-8a55-ea6a04678795","html_url":"https://github.com/googlemaps/ios-consumer-sdk","commit_stats":null,"previous_names":["googlemaps/ios-consumer-sdk"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/googlemaps/ios-consumer-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlemaps%2Fios-consumer-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlemaps%2Fios-consumer-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlemaps%2Fios-consumer-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlemaps%2Fios-consumer-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googlemaps","download_url":"https://codeload.github.com/googlemaps/ios-consumer-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlemaps%2Fios-consumer-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32755926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-06-22T03:41:40.554Z","updated_at":"2026-05-07T21:02:33.684Z","avatar_url":"https://github.com/googlemaps.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Consumer SDK for iOS Swift package\n\n## Description\n\nThis repository contains the Swift package for the\n[Consumer SDK for iOS](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/consumer-sdk/consumer_sdk_quickstart_ios).\nFor additional methods of installing the Consumer SDK for iOS including\nCocoaPods, see the Consumer SDK for iOS\n[documentation](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/consumer-sdk/consumer_sdk_quickstart_ios).\n\n## Requirements\n\n-   [Xcode](https://developer.apple.com/xcode/) version 16.0 or later.\n-   An app targeting iOS 16 or later.\n-   A Google Maps Platform\n    [project](https://developers.google.com/maps/documentation/ios-sdk/cloud-setup)\n    with the Maps SDK for iOS enabled.\n-   An\n    [API key](https://developers.google.com/maps/documentation/ios-sdk/get-api-key)\n    associated with the project above.\n\n## Installation\n\n1.  Follow the instructions for\n    [adding package dependencies to your app in Xcode](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).\n\n2.  In the \"Enter Package URL\" field, enter this GitHub repository:\n\n    ```\n    https://github.com/googlemaps/ios-consumer-sdk\n    ```\n\n3.  Select the version of the Consumer SDK for iOS that you want to use. For new\n    projects, we recommend specifying the\n    [latest version](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/support/relnotes_consumer_sdk_ios)\n    and using the \"Exact Version\" option.\n\n4.  Follow the\n    [instructions](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/consumer-sdk/consumer_sdk_quickstart_ios#application_integration)\n    to add your API key to your app.\n\n## Sample App\n\nSee samples demonstrating use of the Consumer SDK for iOS on\n[GitHub](https://github.com/googlemaps/ios-on-demand-rides-deliveries-samples).\n\n## Documentation\n\nDocumentation for the Consumer SDK for iOS is available as\n[guides](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/consumer-sdk/consumer_sdk_quickstart_ios)\nand\n[reference documentation](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/reference).\n\n## Contributing\n\nExternal contributions are not accepted for this repository, per the\n[Contributing guide](https://github.com/googlemaps/ios-consumer-sdk/blob/main/CONTRIBUTING.md).\n\n## Terms of Service\n\nThis package uses Google Maps Platform services, and any use of Google Maps\nPlatform is subject to the\n[Terms of Service](https://cloud.google.com/maps-platform/terms).\n\n## Support\n\nThis repository is offered via an open source license. It is not governed by the\nGoogle Maps Platform Support\n[Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg),\nthe [SLA](https://cloud.google.com/maps-platform/terms/sla), or the\n[Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however, any\nGoogle Maps Platform services used by the library remain subject to the Google\nMaps Platform Terms of Service).\n\nThis repositiory adheres to [semantic versioning](https://semver.org/) to\nindicate when backwards-incompatible changes are introduced.\n\n-   For issues with the Consumer SDK for iOS, please\n    [open a support case](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/support/support#contact-maps-support).\n-   If you find a bug with the Swift package, please\n    [file an issue](https://github.com/googlemaps/ios-consumer-sdk/issues) on\n    GitHub.\n\nIf you would like to get answers to technical questions from other Google Maps\nPlatform developers, ask through one of our\n[developer community channels](https://developers.google.com/maps/developer-community).\nYou can also discuss this library on the Google Maps Platform\n[Discord server](https://discord.gg/hYsWbmk).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglemaps%2Fios-consumer-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglemaps%2Fios-consumer-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglemaps%2Fios-consumer-sdk/lists"}