# BlocksKit/BlocksKit

The Objective-C block utilities you always wish you had.

Repository: https://github.com/BlocksKit/BlocksKit
Canonical: https://ross.abutalabs.com/products/blockskit
Language: Objective-C
License: MIT
License Family: permissive
Archived: true
Last push: 2018-02-02T10:11:16+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5587, "days_push": 3134, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6829, forks 1245 (observed 2026-08-28T04:09:48.900230+00:00)

## What it is
BlocksKit is an Objective-C library that adds block-based APIs to common Cocoa and UIKit classes, removing limitations on coding with blocks. It ships as a framework for OS X and iOS or a static library for older iOS versions.

## Use cases
- use blocks instead of delegates in objective-c
- block-based uikit event handlers
- simplify grand central dispatch usage in objective-c
- add block callbacks to collection classes
- modernize legacy objective-c code with blocks

## When to choose
- maintaining a legacy Objective-C iOS or macOS codebase
- you want block-based alternatives to delegate patterns in UIKit
- targeting older iOS versions like iOS 6-8

## When to avoid
- starting a new Swift project
- you need actively maintained dependencies
- targeting modern iOS with Swift concurrency

## Facets
- artifact type: library
- maturity: abandoned
- function: developer-tools, concurrency
- domain: apple-ecosystem, developer-tools, mobile-development
- platform: cpp
- tags: objective-c, blocks, cocoa, uikit, cocoapods, ios, macos

## Member repositories
- BlocksKit/BlocksKit (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:48.900230+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-29T17:41:53.609682+00:00, confidence not recorded.
  - readme: https://github.com/BlocksKit/BlocksKit (fetched 2026-08-28T04:09:48.900230+00:00, sha 91ad01b45fcd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
