Contents

reers/reerkit

[简体中文](README_CN.md)

Usage

Link of Documents build by DocC

Or click here to download the doccarchive file

Requirements

iOS 12.0+

macOS 10.13+

tvOS 12.0+

watchOS 4.0+

visionOS 1.0+

Ubuntu 14.04+

Swift 5.9+

XCode 15.4+

Installation

<details> <summary>CocoaPods</summary> </br> <p>To integrate ReerKit into your Xcode project using <a href="http://cocoapods.org">CocoaPods</a>, specify it in your Podfile:</p> <h4>- Integrate all extensions (recommended):</h4> <pre><code class="ruby language-ruby">pod 'ReerKit'</code></pre> </code></pre> </details>

<details> <summary>Carthage</summary> </br> <p>To integrate ReerKit into your Xcode project using <a href="https://github.com/Carthage/Carthage">Carthage</a>, specify it in your Cartfile:</p> <pre><code class="ogdl language-ogdl">github "ReerKit/ReerKit" ~> 1.2.6 </code></pre> </details>

<details> <summary>Swift Package Manager</summary> </br> <p>You can use <a href="https://swift.org/package-manager">Swift Package Manager</a> to install ReerKit by adding the proper description in your Package.swift file:</p> <pre><code class="swift language-swift">import PackageDescription let package = Package( name: "YOUR_PROJECT_NAME", targets: , dependencies: [ .package(url: "https://github.com/reers/ReerKit.git", from: "1.2.6") ] ) </code></pre> <p>Next, add ReerKit to your targets dependencies as shown below:</p> <pre><code class="swift language-swift">.target( name: "YOUR_TARGET_NAME", dependencies: [ "ReerKit", ] ),</code></pre> <p>Then run swift package update.</p> <p>Please note that <a href="https://swift.org/package-manager">Swift Package Manager</a> does not support building for iOS/tvOS/macOS/watchOS applications.</p> </details>

<details> <summary>Manual</summary> </br> <p>Add the <a href="https://github.com/reers/ReerKit/tree/main/Sources">ReerKit</a> folder to your Xcode project to use all extensions or specific extensions.</p> </details>

Package Metadata

Repository: reers/reerkit

Default branch: main

README: README.md