RBSReuseQueue is a ObjC library for Simple set your reuse object in queue..
To run the example project, clone the repo, run tuist generate and open RBSReuseQueue.xcworkspace.
- iOS 12.0+
To integrate RBSReuseQueue into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift:
dependencies: [
.package(url: "https://github.com/rbbtsn0w/RBSReuseQueue.git", from: "1.0.0")
],
targets: [
.target(
name: "YourTarget",
dependencies: ["RBSReuseQueue"]
)
]Alternatively, via Xcode:
- File > Add Packages...
- Search for
https://github.com/rbbtsn0w/RBSReuseQueue.git - Select "Up to Next Major Version" (e.g., 1.0.0)
- Add the
RBSReuseQueuelibrary to your target.
-
Install Tuist (if not installed):
brew install --formula tuist
-
Generate the project:
tuist generate
-
Open
RBSReuseQueue.xcworkspace.
rbbtsn0w, hamiltonsnow@gmail.com
RBSReuseQueue is available under the MIT license. See the LICENSE file for more info.