swift package
-
EmailComposer
A custom view modifier in order to present the system email composer in SwiftUI based iOS apps shipped as a Swift package.
-
A Step by Step Guide on how to Create a XCFramework and Distribute it as a Swift package
Learn in this post how to create a binary framework using the new XCFramework format, and then how to distribute it as a Swift package.
-
GTNetMon Swift Package
Integrate network monitoring capabilities in Swift projects!
-
GTFetchableImage
A Swift protocol for fetching, caching and handling remote and local images fast and reliably in Swift based applications as a Swift Package.
-
A Practical Approach on Using Swift Package in Xcode
Swift packages consist of a great way to reuse code among your own projects, or distribute it and share with others! Learn how to create your own Swift package in Xcode 11, how to push it on a remote repository, and how to use it as a dependency on a project.
-
Handle In-App Settings With GTManageable Protocol
Manage in-app settings and configuration easily with the GTManageable protocol. It comes as a Swift package for easy integration.
-
GTStorable Framework as a Swift Package
GTStorable framework is now available to get as a Swift Package!