AssinLaunhcer 1.0.2

AssinLaunhcer 1.0.2

Tyler 维护。



  • Assin

AssinLaunhcer Logo

Swift 5.0 Version Platform Carthage Compatible SPM

AssinLaunhcer

ℹ️AssinLaunhcer 的简短描述

功能

  • ℹ️添加 AssinLaunhcer 功能

示例

示例应用程序是查看 AssinLaunhcer 如何工作的最佳方式。只需打开 AssinLaunhcer.xcodeproj 并运行 Example 方案。

安装

CocoaPods

AssinLaunhcer 通过 CocoaPods 提供。要安装,只需将以下行添加到您的 Podfile 中即可

pod 'AssinLaunhcer'

Carthage

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

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

github "Assin/AssinLaunhcer"

运行 carthage update 来构建框架,并将构建好的 AssinLaunhcer.framework 拖动到您的 Xcode 项目中。

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

Swift 包管理器

要使用 Apple 的 Swift 包管理器 进行集成,请将以下内容作为依赖项添加到您的 Package.swift 中。

dependencies: [
    .package(url: "[email protected]:kimtaesu/AssinLaunhcer.git.git", from: "1.0.0")
]

手动

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

用法

ℹ️描述您的 Kit 的用法。

贡献

欢迎贡献。🙌

许可证

AssinLaunhcer
Copyright (c) 2019 Assin [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.