StreamDeckKitMacros

0.0.1

Macros for the Stream Deck Kit library.
elgatosf/streamdeck-kit-macros

What's New

Initial release

2024-02-28T08:53:50Z

Initial release of the macro. Extracted from Stream Deck Kit.

Stream Deck Kit - Macros

This package contains macros for the Stream Deck Kit library. Have a look at the documentation for info's how this is meant to be used.

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/elgatosf/streamdeck-kit-macros.git", upToNextMajor: "0.0.1")
]

CocoaPods

Example Podfile

platform :ios, '16.0'

target 'YourAppTarget' do
    use_frameworks!
    pod 'StreamDeckKitMacros'
end

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Tue Apr 16 2024 04:55:13 GMT-0900 (Hawaii-Aleutian Daylight Time)