YYText Add SPM Supported
- Add the following to your
Package.swift
:.package(url: "https://github.com/chengyakun11/YYText-SPM.git", .upToNextMajor(from: "1.0.0")),
- Next, add
MBProgressHUD
to your App targets dependencies like so:.target(name: "App", dependencies: ["YYText-SPM"]),
- Then open your project in Xcode 11+ (SwiftPM)