{"id":21819945,"url":"https://github.com/ngageoint/grid-ios","last_synced_at":"2025-06-20T16:13:25.960Z","repository":{"id":52565197,"uuid":"512831810","full_name":"ngageoint/grid-ios","owner":"ngageoint","description":"Grid iOS Library","archived":false,"fork":false,"pushed_at":"2025-05-22T18:21:11.000Z","size":181,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-22T19:06:11.381Z","etag":null,"topics":["cocoapods","gars","global-area-reference-system","grid","ios","mgrs","military-grid-reference-system","nga","swift","xcode"],"latest_commit_sha":null,"homepage":"https://ngageoint.github.io/grid-ios/","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/ngageoint.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2022-07-11T16:29:25.000Z","updated_at":"2025-04-16T23:59:09.000Z","dependencies_parsed_at":"2024-03-27T16:42:31.818Z","dependency_job_id":"c3476815-9938-4382-b854-5ca4fa926183","html_url":"https://github.com/ngageoint/grid-ios","commit_stats":{"total_commits":60,"total_committers":2,"mean_commits":30.0,"dds":"0.050000000000000044","last_synced_commit":"e62cc135cae4e54d5fb9a3046c480cd6227479b8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ngageoint/grid-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fgrid-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fgrid-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fgrid-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fgrid-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngageoint","download_url":"https://codeload.github.com/ngageoint/grid-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fgrid-ios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260976884,"owners_count":23091522,"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","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":["cocoapods","gars","global-area-reference-system","grid","ios","mgrs","military-grid-reference-system","nga","swift","xcode"],"created_at":"2024-11-27T16:27:22.664Z","updated_at":"2025-06-20T16:13:20.947Z","avatar_url":"https://github.com/ngageoint.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grid iOS\n\n#### Grid Lib ####\n\nThe Grid Library was developed at the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/) in collaboration with [BIT Systems](https://www.caci.com/bit-systems/). The government has \"unlimited rights\" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT license](http://choosealicense.com/licenses/mit/).\n\n### Pull Requests ###\nIf you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.\n\nSoftware source code previously released under an open source license and then modified by NGA staff is considered a \"joint work\" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.\n\n### About ###\n\n[Grid](http://ngageoint.github.io/grid-ios/) is a Swift library providing common geospatial reference system grid functionality.\n\n### Usage ###\n\nView the latest [Appledoc](http://ngageoint.github.io/grid-ios/docs/api/)\n\n#### Military Grid Reference System ####\n\n[MGRS](https://github.com/ngageoint/mgrs-ios) is a Swift library providing Military Grid Reference System functionality, a geocoordinate standard used by NATO militaries for locating points on Earth.\n\n#### Global Area Reference System ####\n\n[GARS](https://github.com/ngageoint/gars-ios) is a Swift library providing Global Area Reference System functionality, a standardized geospatial reference system for areas.\n\n#### Import ####\n\n```swift\n\nimport grid_ios\n\n```\n\n### Build ###\n\n[![Build \u0026 Test](https://github.com/ngageoint/grid-ios/workflows/Build%20\u0026%20Test/badge.svg)](https://github.com/ngageoint/grid-ios/actions/workflows/build-test.yml)\n\nBuild this repository using Xcode and/or CocoaPods:\n\n    pod install\n\nOpen grid-ios.xcworkspace in Xcode or build from command line:\n\n    xcodebuild -workspace 'grid-ios.xcworkspace' -scheme grid-ios build\n\nRun tests from Xcode or from command line:\n\n    xcodebuild test -workspace 'grid-ios.xcworkspace' -scheme grid-ios -destination 'platform=iOS Simulator,name=iPhone 15'\n\n### Include Library ###\n\nInclude this repository by specifying it in a Podfile using a supported option.\n\nPull from [CocoaPods](https://cocoapods.org/pods/grid-ios):\n\n    pod 'grid-ios', '~\u003e 1.0.7'\n\nPull from GitHub:\n\n    pod 'grid-ios', :git =\u003e 'https://github.com/ngageoint/grid-ios.git', :branch =\u003e 'master'\n    pod 'grid-ios', :git =\u003e 'https://github.com/ngageoint/grid-ios.git', :tag =\u003e '1.0.7'\n\nInclude as local project:\n\n    pod 'grid-ios', :path =\u003e '../grid-ios'\n\n### Remote Dependencies ###\n\n* [Simple Features](https://github.com/ngageoint/simple-features-ios) (The MIT License (MIT)) - Simple Features Lib\n* [Color](https://github.com/ngageoint/color-ios) (The MIT License (MIT)) - Color Lib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fgrid-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngageoint%2Fgrid-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fgrid-ios/lists"}