From 7d9b42556d22fd2f47b505bfcab42335052fff57 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:09:20 +0100 Subject: [PATCH] Remove features and requirements from README Removed features and requirements sections from README. --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 5bf29d6..1fff028 100644 --- a/README.md +++ b/README.md @@ -15,25 +15,6 @@ A Swift library for parsing and processing [DTCG-compliant](https://www.designtokens.org/tr/third-editors-draft/format/) design tokens into type-safe Swift structures. -## Features - -- ✅ Full DTCG format specification compliance -- 🎨 Support for all primitive token types (Color, Dimension, FontFamily, FontWeight, Duration, CubicBezier, Number) -- 🧩 Support for composite token types (StrokeStyle, Border, Transition, Shadow, Gradient, Typography) -- 🔗 Token alias resolution with `{group.token}` syntax -- 🧮 Dimension expression evaluation with arithmetic operations -- 📐 Unit conversion (px ↔ rem) -- 🔄 Flexible token processing pipeline -- 💾 Built-in file asset caching -- ⚡️ Zero external dependencies -- 📱 Cross-platform support (iOS, macOS, tvOS, watchOS, visionOS) - -## Requirements - -- iOS 16.0+ / macOS 13.0+ -- Swift 6.1+ -- Xcode 16.0+ - ## Installation ### Swift Package Manager