SDAnimationChain 0.1.7

SDAnimationChain 0.1.7

Sauvik Dolui 维护。



  • sauvikdolui

SDAnimationChain

CI Status Version License Platform Carthage compatible

示例

要运行示例项目,克隆仓库,然后首先从 Example 目录运行 pod install

需求

安装

CocoaPods

SDAnimationChain 通过 CocoaPods 提供。要安装它,只需将以下行添加到 Podfile 中:

pod 'SDAnimationChain'

Carthage

在您的 Cartfile 中添加以下行。

github "sauvikdolui/SDAnimationChain"

Swift 包管理器

一旦您的 Swift 包设置完成,将 SDAnimationChain 作为依赖项添加就像将其添加到您的 Package.swift 中的 dependencies 值一样简单。

dependencies: [
    .package(url: "https://github.com/sauvikdolui/SDAnimationChain.git", .upToNextMajor(from: "0.1.5"))
]

作者

sauvikdolui,[email protected]

许可

SDAnimationChain 可在 MIT 许可下使用。更多信息请参阅 LICENSE 文件。