### Install MetalViewUI with Cocoapods Source: https://github.com/alessandrotoschi/metalviewui/blob/main/README.md To import this package in a Podfile, add the Cocoapods dependency line. ```ruby pod 'MetalViewUI', :git => 'https://github.com/AlessandroToschi/MetalViewUI.git' ``` -------------------------------- ### Add MetalViewUI with Swift Package Manager (Xcode) Source: https://github.com/alessandrotoschi/metalviewui/blob/main/README.md Add MetalViewUI to your Xcode project by pasting the repository URL in the 'Add packages...' dialog. ```swift https://github.com/AlessandroToschi/MetalViewUI ``` -------------------------------- ### Add MetalViewUI with Swift Package Manager (Project.swift) Source: https://github.com/alessandrotoschi/metalviewui/blob/main/README.md Alternatively, add MetalViewUI to your Swift Package Manager dependencies by including the provided line in your Project.swift file. ```swift .Package(url: "https://github.com/AlessandroToschi/MetalViewUI", branch: "main") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.