{"id":15293703,"url":"https://github.com/intere/geotrackkit","last_synced_at":"2025-06-14T23:03:28.497Z","repository":{"id":12834900,"uuid":"72934331","full_name":"intere/GeoTrackKit","owner":"intere","description":"A Cocoapod for Geo Tracking.","archived":false,"fork":false,"pushed_at":"2023-08-24T02:45:30.000Z","size":60439,"stargazers_count":62,"open_issues_count":9,"forks_count":9,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-06-14T23:03:23.471Z","etag":null,"topics":["cocoapods","framework","geo-tracking","geolocation","ios","location","location-services","swift","swift4","swift4-2","tracking"],"latest_commit_sha":null,"homepage":null,"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/intere.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":"2016-11-05T15:20:01.000Z","updated_at":"2025-05-15T09:50:19.000Z","dependencies_parsed_at":"2025-04-13T13:43:16.590Z","dependency_job_id":null,"html_url":"https://github.com/intere/GeoTrackKit","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/intere/GeoTrackKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intere%2FGeoTrackKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intere%2FGeoTrackKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intere%2FGeoTrackKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intere%2FGeoTrackKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intere","download_url":"https://codeload.github.com/intere/GeoTrackKit/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intere%2FGeoTrackKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259896129,"owners_count":22928330,"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","framework","geo-tracking","geolocation","ios","location","location-services","swift","swift4","swift4-2","tracking"],"created_at":"2024-09-30T16:50:43.145Z","updated_at":"2025-06-14T23:03:28.471Z","avatar_url":"https://github.com/intere.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GeoTrackKit Logo](https://github.com/intere/GeoTrackKit/blob/develop/images/GeoTrackKitLogo@2x.png?raw=true)\n### An iOS Library for Geo Tracking\n\n\n## Features\n- Handles user authorization\n- Handles track creation\n- Handles track analyzing (for ascents, descents and other stats)\n- Custom MKMapKit control for plotting your tracks on a map\n- Pull tracks in from HealthKit (Activity App)\n    - `NOTE:` This is an iOS 11+ only feature and requires a physical device to test\n    - This capability is in a subspec: `HealthKit`\n- Example App to demonstrate capabilities\n\n## Project Status\nThis project is currently a work in progress.\n\n[![Build Status](https://travis-ci.com/intere/GeoTrackKit.svg?branch=develop)](https://travis-ci.com/intere/GeoTrackKit)\n[![Documentation](https://cdn.rawgit.com/intere/GeoTrackKit/master/docs/badge.svg)](https://intere.github.io/GeoTrackKit/docs/index.html)\n[![Platform](https://img.shields.io/cocoapods/p/GeoTrackKit.svg)](http://cocoadocs.org/docsets/GeoTrackKit)\n[![CocoaPods](https://img.shields.io/cocoapods/v/GeoTrackKit.svg)](https://cocoapods.org/pods/GeoTrackKit)\n[![CocoaPods](https://cocoapod-badges.herokuapp.com/l/GeoTrackKit/badge.svg)](https://cocoapods.org/pods/GeoTrackKit)\n\n\n\n\n### Initial Roadmap\n- [x] Pull tracks from HealthKit (workouts)\n- [x] CocoaPods support\n- [x] Continuous integration (Travis CI)\n- [x] Function documentation\n- [x] Jazzy docs\n- [x] SwiftLint integration\n- [ ] Carthage support\n- [ ] Swift Package Manager support\n- [ ] Performance tests\n- [ ] 90% Code coverage\n- [ ] Danger support\n\n### Example App\nTODO:\n- [x] Save tracks to disk\n- [x] Provide a track list\n- [x] Pull tracks in from HealthKit\n\n### Installation\n\n## Installation Instructions\n\n### CocoaPods\n\nRelease from Cocoapods:\n```ruby\npod 'GeoTrackKit'\n```\n\nDirectly from Github:\n```ruby\npod 'GeoTrackKit', :git =\u003e 'git@github.com:intere/GeoTrackKit.git', :branch =\u003e 'develop'\n```\n\n## Example Usage\n\n```\n// This will either start tracking, or prompt the user for access to track their location\nGeoTrackManager.shared.startTracking(type: .whileInUse)\n```\n\u003cimg src=\"https://github.com/intere/GeoTrackKit/raw/develop/screenshots/GeoTrackKit-Tracking.gif\" title=\"Tracking Example\"\u003e\n\nThis library also includes a map control that will map the GeoTrack:\n\n\u003cimg src=\"https://user-images.githubusercontent.com/2284832/43367309-19f759ce-9308-11e8-974a-8823f3aade66.gif\" title=\"Map View\"\u003e\n\n## Inspiration\nI've built a couple of variations of Geo Tracking applications, but I wanted to build a library for the community that I can share and get feedback and build better products.\n\n## Created and maintained by\n[Eric Internicola](http://intere.github.io)\n\n\n## Key Classes\n\u003cimg src=\"https://github.com/intere/GeoTrackKit/raw/develop/screenshots/GeoTrackKitClasses.png\" title=\"Key GeoTrackKit Classes\"\u003e\n\n## Documentation\nSee the generated API Documentation in the [`docs`](https://intere.github.io/GeoTrackKit/docs/) folder\nSee the [GeoTrackKit Wiki](https://github.com/intere/GeoTrackKit/wiki)\n\n\n## Credits / Attribution\n- [Example App Icon](https://www.flaticon.com/free-icon/world-location_52177#term=globe\u0026page=1\u0026position=68)\n    - \u003cdiv\u003eIcons made by \u003ca href=\"http://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\u003c/div\u003e\n- [Terminal icon](https://www.flaticon.com/free-icon/terminal-server-session_523#term=terminal\u0026page=1\u0026position=60)\n    - \u003cdiv\u003eIcons made by \u003ca href=\"http://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\u003c/div\u003e\n- [Location on map icon](https://www.flaticon.com/free-icon/location-on-map_106165#term=gps\u0026page=1\u0026position=33)\n    - \u003cdiv\u003eIcons made by \u003ca href=\"http://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\u003c/div\u003e\n- [Map Location free icon](https://www.flaticon.com/free-icon/map-location_149985#term=gps\u0026page=1\u0026position=24)\n    - \u003cdiv\u003eIcons made by \u003ca href=\"https://www.flaticon.com/authors/smashicons\" title=\"Smashicons\"\u003eSmashicons\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintere%2Fgeotrackkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintere%2Fgeotrackkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintere%2Fgeotrackkit/lists"}