SwiftCasket 1.0.2

SwiftCasket 1.0.2

Łukasz Szarkowicz 维护。



  • Łukasz Szarkowicz

SwiftCasket Logo

Swift 5.0 Version Platform Carthage Compatible SPM

SwiftCasket

ℹ️SwiftCasket 的简短描述

特性

  • ℹ️添加 SwiftCasket 特性

示例

示例应用是查看 SwiftCasket 工作的最佳方式。只需打开 SwiftCasket.xcodeproj 并运行 Example 计划。

安装

CocoaPods

SwiftCasket可以通过CocoaPods获取。要安装它,只需将以下行添加到您的Podfile中

pod 'SwiftCasket'

Carthage

Carthage是一个去中心化的依赖管理工具,它构建您的依赖并提供二进制框架。

要使用Carthage将SwiftCasket集成到您的Xcode项目中,请在您的Cartfile中指定它

github "mobilee/SwiftCasket"

运行carthage update来构建框架,并将构建好的SwiftCasket.framework拖入您的Xcode项目。

在您的应用目标的“构建阶段”设置选项卡中,单击“+”图标,选择“新建运行脚本阶段”并将框架路径添加到Carthage入门步骤4、5和6中提到的位置

Swift Package Manager

要使用Apple的Swift Package Manager进行集成,请将以下内容添加到您的Package.swift

dependencies: [
    .package(url: "https://github.com/mobilee/SwiftCasket.git", from: "1.0.0")
]

或者,导航到您的Xcode项目,选择Swift Packages,然后单击+图标以搜索SwiftCasket

手动

如果您不希望使用上述任何依赖管理器,您可以手动将SwiftCasket集成到您的项目中。只需将Sources文件夹拖入您的Xcode项目即可。

使用

ℹ️描述您的Kit的使用方法

贡献

非常欢迎贡献🙌

许可协议

SwiftCasket
Copyright (c) 2020 Mobilee [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.