{"id":23988586,"url":"https://github.com/philip-bui/s2-geometry-swift","last_synced_at":"2025-10-24T01:19:22.110Z","repository":{"id":54201316,"uuid":"111302496","full_name":"philip-bui/s2-geometry-swift","owner":"philip-bui","description":"Swift port of S2 Geometry.","archived":false,"fork":false,"pushed_at":"2021-03-03T14:04:43.000Z","size":148,"stargazers_count":14,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T07:48:25.080Z","etag":null,"topics":["ios","map","s2-geometry","spatial-data","spatial-index","swift"],"latest_commit_sha":null,"homepage":"http://s2geometry.io/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philip-bui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-19T14:29:18.000Z","updated_at":"2025-07-16T22:26:18.000Z","dependencies_parsed_at":"2022-08-13T09:10:09.653Z","dependency_job_id":null,"html_url":"https://github.com/philip-bui/s2-geometry-swift","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/philip-bui/s2-geometry-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Fs2-geometry-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Fs2-geometry-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Fs2-geometry-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Fs2-geometry-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philip-bui","download_url":"https://codeload.github.com/philip-bui/s2-geometry-swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philip-bui%2Fs2-geometry-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271354308,"owners_count":24745066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","s2-geometry","spatial-data","spatial-index","swift"],"created_at":"2025-01-07T16:13:41.925Z","updated_at":"2025-10-24T01:19:22.058Z","avatar_url":"https://github.com/philip-bui.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S2Geometry Swift\n\n[![CI Status](http://img.shields.io/travis/philip-bui/s2-geometry-swift.svg?style=flat)](https://travis-ci.org/philip-bui/s2-geometry-swift)\n[![Version](https://img.shields.io/cocoapods/v/S2GeometrySwift.svg?style=flat)](http://cocoapods.org/pods/S2GeometrySwift)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Platform](https://img.shields.io/cocoapods/p/S2GeometrySwift.svg?style=flat)](http://cocoapods.org/pods/S2GeometrySwift)\n[![License](https://img.shields.io/cocoapods/l/S2GeometrySwift.svg?style=flat)](https://github.com/philip-bui/s2-geometry-swift/blob/master/LICENSE)\n\n## Requirements\n\n- iOS 8.0+ / macOS 10.9+ / tvOS 9.0+ / watchOS 2.0+\n- xCode 10.3+\n- Swift 4.2+ \n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate S2Geometry into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'S2GeometrySwift'\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate S2GeometrySwift into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"philip-bui/s2-geometry-swift\" \n```\n\n### Swift Package Manager\n\nThe [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. It is in early development, but S2Geometry does support its use on supported platforms.\n\nOnce you have your Swift package set up, adding S2Geometry as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/philip-bui/s2-geometry-swift.git\", from: \"1.0.3\"))\n]\n```\n\n## Special Thanks\n\n- [Google](http://s2geometry.io/) - Creator of S2Geometry. \n- [Contributors](https://github.com/philip-bui/s2-geometry-swift/graphs/contributors) - Everyone committed to keeping S2Geometry Swift up to date.\n\n## License\n\nS2GeometrySwift is available under the MIT license. [See LICENSE](https://github.com/philip-bui/s2-geometry-swift/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilip-bui%2Fs2-geometry-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilip-bui%2Fs2-geometry-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilip-bui%2Fs2-geometry-swift/lists"}