{"id":15038705,"url":"https://github.com/intelygenz/igzlocation","last_synced_at":"2025-10-04T03:32:06.703Z","repository":{"id":56914931,"uuid":"81199977","full_name":"intelygenz/IGZLocation","owner":"intelygenz","description":"CLLocationManager Swift wrapper with multiple closure handlers and delegates allowed, notifications, sequential geofencing, self-authorization and, of course, everything is testable. #InCodeWeTrust","archived":true,"fork":false,"pushed_at":"2017-12-01T08:39:35.000Z","size":7148,"stargazers_count":31,"open_issues_count":2,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-20T09:28:13.496Z","etag":null,"topics":["authorization","carthage","cllocationmanager","cllocationmanager-swift-wrapper","closure","corelocation","delegates","geofencing","handlers","notifications","permissions","swift","swift-3","swift-framework","swift-library","swift3","testability"],"latest_commit_sha":null,"homepage":"https://intelygenz.github.io/IGZLocation","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/intelygenz.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}},"created_at":"2017-02-07T11:16:24.000Z","updated_at":"2024-11-26T22:30:26.000Z","dependencies_parsed_at":"2022-08-20T20:50:34.534Z","dependency_job_id":null,"html_url":"https://github.com/intelygenz/IGZLocation","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/intelygenz/IGZLocation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelygenz%2FIGZLocation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelygenz%2FIGZLocation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelygenz%2FIGZLocation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelygenz%2FIGZLocation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intelygenz","download_url":"https://codeload.github.com/intelygenz/IGZLocation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelygenz%2FIGZLocation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278259829,"owners_count":25957547,"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-10-04T02:00:05.491Z","response_time":63,"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":["authorization","carthage","cllocationmanager","cllocationmanager-swift-wrapper","closure","corelocation","delegates","geofencing","handlers","notifications","permissions","swift","swift-3","swift-framework","swift-library","swift3","testability"],"created_at":"2024-09-24T20:39:47.879Z","updated_at":"2025-10-04T03:32:06.116Z","avatar_url":"https://github.com/intelygenz.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IGZLocation\n\n[![Twitter](https://img.shields.io/badge/contact-@intelygenz-0FABFF.svg?style=flat)](http://twitter.com/intelygenz)\n[![Version](https://img.shields.io/cocoapods/v/IGZLocation.svg?style=flat)](http://cocoapods.org/pods/IGZLocation)\n[![License](https://img.shields.io/cocoapods/l/IGZLocation.svg?style=flat)](http://cocoapods.org/pods/IGZLocation)\n[![Platform](https://img.shields.io/cocoapods/p/IGZLocation.svg?style=flat)](http://cocoapods.org/pods/IGZLocation)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Swift Package Manager Compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)\n[![Build Status](https://travis-ci.org/intelygenz/IGZLocation.svg?branch=master)](https://travis-ci.org/intelygenz/IGZLocation)\n\nCLLocationManager Swift 4 wrapper with multiple closure handlers and delegates allowed, notifications, sequential geofencing, self-authorization and, of course, everything is testable. #InCodeWeTrust\n\n![IGZLocation Screenshot](https://raw.githubusercontent.com/intelygenz/IGZLocation/master/screenshot.gif)\n\n## Installation\n\nIGZLocation is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"IGZLocation\"\n```\n\nFor Swift 3 compatibility use:\n\n```ruby\npod 'IGZLocation', '~\u003e 1.0'\n```\n\n#### Or you can install it with [Carthage](https://github.com/Carthage/Carthage):\n\n```ogdl\ngithub \"intelygenz/IGZLocation\"\n```\n\n#### Or install it with [Swift Package Manager](https://swift.org/package-manager/):\n\n```swift\ndependencies: [\n    .Package(url: \"https://github.com/intelygenz/IGZLocation.git\")\n]\n```\n\n## Usage\n\n```swift\n_ = IGZLocation.shared.authorize(.authorizedAlways) { status in\n\t\n}\n\nIGZLocation.shared.requestLocation { location in\n\t\n}\n\nIGZLocation.shared.startRegionUpdates(region, sequential: true, notify: true, { region, state in\n\t\n})\n\nIGZLocation.shared.startVisitUpdates { visit, visiting in\n\t\n}\n\nIGZLocation.shared.startHeadingUpdates { heading in\n\t\n}\n```\n\n## Etc.\n\n* Contributions are very welcome.\n* Attribution is appreciated (let's spread the word!), but not mandatory.\n\n## Author\n\n[alexruperez](https://github.com/alexruperez), alejandro.ruperez@intelygenz.com\n\n## License\n\nIGZLocation is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelygenz%2Figzlocation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintelygenz%2Figzlocation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelygenz%2Figzlocation/lists"}