# delba/Permission

A unified API to ask for permissions on iOS

Repository: https://github.com/delba/Permission
Canonical: https://ross.abutalabs.com/products/permission
Language: Swift
License: MIT
License Family: permissive
Last push: 2022-07-11T12:29:45+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3942, "days_push": 1514, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2891, forks 321 (observed 2026-08-28T04:07:28.435431+00:00)

## What it is
A Swift library providing a unified API for requesting and checking system permissions on iOS, covering camera, contacts, location, notifications, and more. It abstracts the disparate per-permission system APIs into a single consistent interface.

## Use cases
- request camera and microphone permissions in iOS app
- check location permission status in Swift
- unified API for iOS permission requests
- ask for contacts and photos access on iOS
- handle notification permission prompts in Swift
- manage multiple iOS system permissions with one library

## When to choose
- you need to request many different iOS permission types with consistent code
- you want a simple Swift wrapper over iOS permission APIs
- you're maintaining an older iOS app using CocoaPods or Carthage

## When to avoid
- you only need one or two permissions and prefer direct system APIs
- you need actively maintained support for the latest iOS versions
- you're building for Android or cross-platform

## Facets
- artifact type: library
- maturity: maintenance
- function: auth, sdk, developer-tools
- domain: mobile-development, privacy
- platform: -
- tags: permissions, ios-permissions, unified-api, cocoapods, carthage, ios, swift, mobile

## Member repositories
- delba/Permission (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:28.435431+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:35:19.488128+00:00, confidence not recorded.
  - readme: https://github.com/delba/Permission (fetched 2026-08-28T04:07:28.435431+00:00, sha 0c19cb7e5cf2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
