Update README.md
For FXPaddingLabel, use the following entry in your Podfile:
pod 'FXPaddingLabel', '~> 0.1.0'
Then run pod install.
pod install
Make the following entry in your Cartfile:
github "feixue299/FXPaddingLabel" ~> 0.1.1
Then run carthage update.
carthage update
Create a Package.swift file.
Package.swift
let package = Package( dependencies: [ .package(url: "https://github.com/feixue299/FXPaddingLabel.git", from: "0.1.2") ], // ... )
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
FXPaddingLabel
Requirements
Installation
CocoaPods
For FXPaddingLabel, use the following entry in your Podfile:
Then run
pod install
.Carthage
Make the following entry in your Cartfile:
Then run
carthage update
.Swift Package Manager
Create a
Package.swift
file.