- iOS 9.0+
For FXPaddingLabel, use the following entry in your Podfile:
pod 'FXPaddingLabel', '~> 0.1.0'Then run pod install.
Make the following entry in your Cartfile:
github "feixue299/FXPaddingLabel" ~> 0.1.1
Then run carthage update.
Create a Package.swift file.
let package = Package(
dependencies: [
.package(url: "https://github.com/feixue299/FXPaddingLabel.git", from: "0.1.2")
],
// ...
)