Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-macos-libraries
:fire: Awesome list of macOS libraries
https://github.com/Toni77777/awesome-macos-libraries
Last synced: 1 day ago
JSON representation
-
Dependency Manager
- Carthage - A simple, decentralized dependency manager for Cocoa. Language: Swift.
- CocoaPods - The Cocoa Dependency Manager. CocoaPods manages dependencies for your Xcode projects. (de facto standard/most used Dependency Manager) Language: Ruby.
- Swift Package Manager - The Package Manager for the Swift Programming Language. Created and maintained by Apple. Language: Swift.
-
Animation
- Advance - Physics-based animations. Language: Swift.
-
Database
- YapDatabase - YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers. Language: Objective-C.
- FMDB - A Cocoa / Objective-C wrapper around SQLite. Language: Objective-C.
- SugarRecord - CoreData/Realm sweet wrapper written in Swift. Language: Swift.
- SQLite.swift - A type-safe, Swift-language layer over SQLite3. Language: Swift.
- GRDB - A toolkit for SQLite databases, with a focus on application development. Language: Swift.
- Realm Converter - A library that provides the ability to import/export Realm files from a variety of data container formats. Language: Swift.
- WCDB - WCDB is a cross-platform database framework developed by WeChat. Language: C.
- IceCream - Sync Realm Database with CloudKit. Language: Swift.
- Unrealm - Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm. Language: Swift.
- Realm - Realm is a mobile database: a replacement for Core Data & SQLite. Language: Objective-C.
- MongoKitten - Native MongoDB driver for Swift, written in Swift. Language: Swift.
-
Dependency Injection
- Swinject - Dependency injection framework for Swift. Language: Swift.
-
Device
- Device - Light weight tool for detecting the current device and screen size written in swift. Language: Swift.
-
Extensions
- SwifterSwift - A handy collection of more than 500 native Swift extensions to boost your productivity. Language: Swift.
-
Files
- FileKit - Simple and expressive file management in Swift. Language: Swift.
- ZipZap - zip file I/O library. Language: Objective-C.
- ZIPFoundation - Effortless ZIP Handling in Swift. Language: Swift.
- SSZipArchive - ZipArchive is a simple utility class for zipping and unzipping files. Language: C.
- KZFileWatchers - A micro-framework for observing file changes, both local and remote. Helpful in building developer tools. Language: Swift.
- FilesProvider - FileManager replacement for Local, iCloud and Remote. Language: Swift.
- Zip - Swift framework for zipping and unzipping files. Language: Swift.
-
Image
- Kingfisher - A lightweight, pure-Swift library for downloading and caching images from the web. Language: Swift.
- Nuke - Image loading system. Language: Swift.
- AlamofireImage - AlamofireImage is an image component library for Alamofire. Language: Swift.
-
In App Purchases and Subscription
- SwiftyStoreKit - Lightweight In App Purchases Swift framework. Language: Swift.
- purchases-ios - In-app purchases and subscriptions made easy.
-
JSON
- SwiftyJSON - The better way to deal with JSON data in Swift. Language: Swift.
- SBJson - This framework implements a strict JSON parser and generator in Objective-C. Language: Objective-C.
- Mantle - Model framework for Cocoa and Cocoa Touch. Language: Objective-C.
- Himotoki - A type-safe JSON decoding library purely written in Swift. Language: Swift.
- AlamofireObjectMapper - An Alamofire extension which converts JSON response data into swift objects using ObjectMapper. Language: Swift.
- MJExtension - A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file. Language: Objective-C.
- ObjectMapper - Simple JSON Object mapping written in Swift. Language: Swift.
- JSONModel - Magical Data Modeling Framework for JSON - allows rapid creation of smart data models. Language: Objective-C.
- Codable - Out of box π¦ solution from Apple for Encode/Decode JSON. Language: Swift.
-
Keychain
- KeychainAccess - Simple Swift wrapper for Keychain. Language: Swift.
- Locksmith - A powerful, protocol-oriented library for working with the keychain in Swift. Language: Swift.
- UICKeyChainStore - UICKeyChainStore is a simple wrapper for Keychain on macOS. Makes using Keychain APIs as easy as NSUserDefaults. Language: Objective-C.
- Valet - Valet lets you securely store data in the macOS Keychain without knowing a thing about how the Keychain works. Itβs easy. We promise. Language: Swift.
-
Linter
- SwiftLint - A tool to enforce Swift style and conventions. Language: Swift.
-
Logging
- CocoaLumberjack - A fast & simple, yet powerful & flexible logging framework. Language: Objective-C.
- NSLogger - A modern, flexible logging tool. Language: Objective-C.
- XCGLogger - A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number. Language: Swift.
- SwiftyBeaver - Convenient & secure logging during development & release. Language: Swift.
- EXPLogger - A lightweight and simple logger for Swift projects. Language: Swift.
-
Layout
- SnapKit - A Swift Autolayout DSL. Language: Swift.
- Grid - The most powerful Grid container missed in SwiftUI. Language: Swift.
- Align - Intuitive and powerful Auto Layout library. Language: Swift.
- PinLayout - Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. Language: Swift.
- EasyAnchor - Declarative, extensible, powerful Auto Layout. Language: Swift.
- TinyConstraints - Nothing but sugar. Language: Swift.
- Anchorage - A collection of operators and utilities that simplify layout code. Language: Swift.
- EasyPeasy - Auto Layout made easy. Language: Swift.
- Neon - A powerful Swift programmatic UI layout framework. Language: Swift.
- Cartography - A declarative Auto Layout DSL for Swift. Language: Swift.
- PureLayout - The ultimate API for iOS & OS X Auto Layout β impressively simple, immensely powerful. Language: Objective-C.
-
Markdown
- CocoaMarkdown - Markdown parsing and rendering for iOS and OS X
-
Network
- Alamofire - Alamofire is an HTTP networking library written in Swift. (de facto standard library for network) Language: Swift.
- apollo-ios - A strongly-typed, caching GraphQL client. Language: Swift.
- AFNetworking - A delightful networking framework. Language: Objective-C.
- Reachability - Replacement for Apple's Reachability re-written in Swift with closures. Language: Swift.
- Moya - Network abstraction layer written in Swift. Language: Swift.
- APIKit - Type-safe networking abstraction layer that associates request type with response type. Language: Swift.
- SwiftHTTP - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests. Language: Swift.
- Just - Swift HTTP for Humans. Language: Swift.
- siesta - The civilized way to write REST API clients. Language: Swift.
- RestKit - RestKit is a framework for consuming and modeling RESTful web resources. Language: Objective-C.
- Swift Protobuf - Plugin and runtime library for using protobuf with Swift. Language: Swift.
- protobuf-swift - Google ProtocolBuffers for Apple Swift. Language: Swift.
-
Reactive Programming
- RxSwift - Reactive Programming in Swift. Language: Swift.
- ReactiveCocoa - Cocoa framework and Obj-C dynamism bindings for ReactiveSwift. Language: Swift.
- ReactiveSwift - Streams of values over time by ReactiveCocoa group. Language: Swift.
-
Socket
- Socket.IO - Socket.IO client written on Swift. Language: Swift.
- SocketRocket - A conforming Objective-C WebSocket client library. Language: Objective-C.
- CocoaAsyncSocket - Asynchronous socket networking library. Language: Objective-C.
-
Audio
- AudioKit - Swift audio synthesis, processing, & analysis platform. Language: Swift.
-
Slider
- MABSlider - Custom Slider for OSX using swift
-
TextView
- STTextView - TextKit2 text view without NSTextView baggage. Language: Swift.
-
Toast-and-Popup
- BezelNotification - A Swift package for displaying bezel notifications in macOS. Language: Swift.
Programming Languages
Categories
Sub Categories
Keywords
swift
39
ios
24
macos
14
carthage
10
objective-c
8
cocoapods
8
xcode
6
tvos
6
json
5
constraints
5
swift-3
4
autolayout
4
layout
4
swift-library
4
networking
4
watchos
4
database
4
swift-framework
3
auto
3
keychain
3
reactiveswift
3
logging
3
security
3
touch-id
3
sqlite
3
image
2
anchor
2
rxswift
2
alamofire
2
swift-package-manager
2
cache
2
observer
2
reactive
2
files
2
zip
2
swift5
2
swift4
2
ui
2
apple
2
iap
2
realmswift
2
swiftui
2
response
2
animation
2
request
2
package-manager
2
sbjson
1
unzip
1
compression
1
boilerplate
1