{"id":30366948,"url":"https://github.com/regulaforensics/idvfacesdk-swift-package","last_synced_at":"2026-05-14T09:02:55.572Z","repository":{"id":286793801,"uuid":"962067775","full_name":"regulaforensics/IDVFaceSDK-Swift-Package","owner":"regulaforensics","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-29T18:49:56.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-29T19:36:18.316Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regulaforensics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-07T15:43:57.000Z","updated_at":"2025-06-29T18:49:58.000Z","dependencies_parsed_at":"2025-04-08T12:33:51.169Z","dependency_job_id":null,"html_url":"https://github.com/regulaforensics/IDVFaceSDK-Swift-Package","commit_stats":null,"previous_names":["regulaforensics/idvfacesdk-swift-package"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/regulaforensics/IDVFaceSDK-Swift-Package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FIDVFaceSDK-Swift-Package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FIDVFaceSDK-Swift-Package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FIDVFaceSDK-Swift-Package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FIDVFaceSDK-Swift-Package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regulaforensics","download_url":"https://codeload.github.com/regulaforensics/IDVFaceSDK-Swift-Package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2FIDVFaceSDK-Swift-Package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271236280,"owners_count":24723978,"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-19T02:00:09.176Z","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":[],"created_at":"2025-08-19T23:10:47.143Z","updated_at":"2026-05-14T09:02:55.555Z","avatar_url":"https://github.com/regulaforensics.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IDV FaceSDK Integration Guide\n\n## Introduction\n\nThis guide provides step-by-step instructions on integrating the **IDV FaceSDK** into an iOS application. \n\n---\n\n## Prerequisites\n\nBefore integrating the SDK, ensure the following:\n\n- The application Minimum Deployment Target is **iOS 14** and above.\n- Camera permission enabled\n\n---\n\n## Installation\n\n### Cocoapods\n\nAdd the base dependency into your Podfile:\n\n```\ntarget 'YourAppTarget' do\n  use_frameworks!\n  \npod 'IDVFaceSDK'\nend\n```\n\nInclude the FaceCoreBasic dependency, e.g.:\n\n```\npod 'FaceCoreBasic'\n```\n\nThen install it:\n\n```\npod install\n```\n\n### Swift Package Manager (SPM)\n\n#### Swift Package Collection\n\nSwift Package Collection is a set of all Regula products in one place.\n\nTo add Regula Swift Package Collection to your project, run the following command in Terminal:\n\n```\nswift package-collection add https://pods-master.regulaforensics.com/SPM/PodsCollection-signed.json\n```\n\nor in Xcode:\n\n1. Navigate to File \u003e Add Package Dependencies.\n\n2. In the prompt that appears, click plus.\n\n3. Select Add Package Collection.\n\n4. In the prompt that appears, enter the collection URL:\n\n```\nhttps://pods.regulaforensics.com/SPM/PodsCollection-signed.json\n```\n\n5. Click Load and then Add Collection.\n\n6. Select the package you want to add.\n\n7. Select the version you want to use. For new projects, we recommend using the newest version.\n\n8. Select the project you want to add the package.\n\n9. Click Add Package.\n\nOnce you're finished, Xcode will begin downloading and resolving dependencies.\n\n\n#### Add Packages Separately\n\nYou can add each package individually instead of using the collection. To do so, follow these steps:\n\n1. In Xcode, naviate to File \u003e Add Package Dependencies.\n\n2. In the prompt that appears, enter the API package URL:\n\n```\nhttps://github.com/regulaforensics/IDVFaceSDK-Swift-Package\n```\n\n3. Select the version you want to use. For new projects, we recommend using the newest version.\n\n4. Select the project you want to add the package.\n\n5. Click Add Package.\n\nOnce you're finished, Xcode will begin downloading and resolving dependencies.\n\n## Info.plist file setup\n\nSet the description for NSCameraUsageDescription setting.\n\n---\n\n## Conclusion\n\nFor further details, refer to the [official IDVFaceSDK documentation](https://docs.regulaforensics.com/develop/idv/) or contact their support team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregulaforensics%2Fidvfacesdk-swift-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregulaforensics%2Fidvfacesdk-swift-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregulaforensics%2Fidvfacesdk-swift-package/lists"}