https://github.com/jjotaum/caffeine
Boost your Apple app development with thoughtfully crafted, reusable utilities.
https://github.com/jjotaum/caffeine
ios ios-developer-tools ios-development ios-library macos swift swiftui tvos visionos watchos
Last synced: about 2 months ago
JSON representation
Boost your Apple app development with thoughtfully crafted, reusable utilities.
- Host: GitHub
- URL: https://github.com/jjotaum/caffeine
- Owner: jjotaum
- License: mit
- Created: 2022-06-02T00:16:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T23:33:43.000Z (3 months ago)
- Last Synced: 2026-03-29T01:47:43.787Z (3 months ago)
- Topics: ios, ios-developer-tools, ios-development, ios-library, macos, swift, swiftui, tvos, visionos, watchos
- Language: Swift
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caffeine
A collection of reusable logic to boost Apple platform apps development process.
## Contents
```
├── Caffeine
│ ├── Commons
│ │ └── Setting.swift
│ ├── Constants
│ │ ├── AdditiveArithmetic+Constants.swift
│ │ ├── CGFloat+Constants.swift
│ │ ├── CGSize+Constants.swift
│ │ └── String+Constants.swift
│ ├── Controllers
│ │ └── CacheController.swift
│ ├── Extensions
│ │ ├── Array+Operations.swift
│ │ ├── Button+SFSymbol.swift
│ │ ├── Image+SFSymbol.swift
│ │ ├── Image+SystemImage.swift
│ │ ├── Label+SFSymbol.swift
│ │ └── LazyGrids+Inits.swift
│ ├── Network
│ │ ├── RemoteAPI.swift
│ │ ├── RemoteEndpoint.swift
│ │ ├── RemoteService.swift
│ │ └── RequestCoordinator.swift
│ ├── Presentation
│ │ ├── AlertStateModifier.swift
│ │ ├── LabelDisplayable.swift
│ │ ├── SFSymbol.swift
│ │ ├── SystemImage.swift
│ │ ├── ViewFrameSizeModifier.swift
│ │ └── ViewModel.swift
```