You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// swift-tools-version:5.1// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
letpackage=Package(
name:"StyledTextKit",
products:[.library(name:"StyledTextKit", targets:["StyledTextKit"]),],
targets:[.target(name:"StyledTextKit", path:"Source"),])
I would like to use this in some of my projects, is it possible to implement support to the Swift Package Manager by adding a Package.swift?
The text was updated successfully, but these errors were encountered: