Merge pull request #2 from cszatma/cleanup Cleanup
Merge pull request #2 from cszatma/cleanup
Cleanup
SwiftySweetness is a list of extensions that provides extra functionality and syntactic sugar.
The recommended way to install SwiftySweetness is by using the Swift Package Manager.
SwiftySweetness
To install it, add the following to your Package.swift‘s dependencies array:
Package.swift
dependencies
.package(url: "https://github.com/cszatma/SwiftySweetness.git", from: "3.0.0")
Then simply import it to use:
import SwiftySweetness
SwiftySweetness is also available through CocoaPods.
To install it, add the following line to your Podfile:
pod 'SwiftySweetness', '~> 3.0'
See the documentation for information on all the features this library provides.
SwiftySweetness is available under the MIT License.
Open an issue or submit a pull request.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwiftySweetness
SwiftySweetness is a list of extensions that provides extra functionality and syntactic sugar.
Installation
Swift Package Manager
The recommended way to install
SwiftySweetness
is by using the Swift Package Manager.To install it, add the following to your
Package.swift
‘sdependencies
array:Then simply import it to use:
CocoaPods
SwiftySweetness is also available through CocoaPods.
To install it, add the following line to your Podfile:
Documentation
See the documentation for information on all the features this library provides.
License
SwiftySweetness is available under the MIT License.
Contributing
Open an issue or submit a pull request.