Mantle/Mantle
Model framework for Cocoa and Cocoa Touch observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5110
- days_rel: n/a
- days_push: 1415
- n_releases_24m: 0
Adoption not part of the score
11255 stars · 1465 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mantle is an Objective-C model framework for Cocoa and Cocoa Touch that simplifies writing model objects by reducing boilerplate for JSON deserialization, serialization, and NSCoding/NSCopying support. It provides a base model class with automatic key mapping and value transformation.
Use cases
- map JSON API responses to Objective-C model objects
- reduce boilerplate in iOS model classes
- implement NSCoding and NSCopying without repetitive code
- deserialize nested JSON dictionaries into typed models
- serialize models back to JSON for persistence or networking
When to choose
- you maintain an Objective-C Cocoa or Cocoa Touch app with a JSON-backed model layer
- you want battle-tested JSON-to-model mapping without hand-writing initializers
- your project already uses CocoaPods, Carthage, or SPM and needs a lightweight model framework
When to avoid
- you are starting a new Swift project - Swift's Codable is the modern standard
- you need cross-platform serialization outside Apple ecosystems
- you require active development or frequent updates - the project is in maintenance mode
Facets
library · maturity maintenance
serialization developer-tools developer-tools mobile-development web-development cpp objective-c model-layer json-mapping cocoa cocoa-touch boilerplate-reduction macos ios swift
1 source
- readme: https://github.com/Mantle/Mantle · fetched 2026-08-28 · 926e065a4f21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Mantle/Mantle | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem