SDAnimationChain
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
Cocoapods
SDAnimationChain is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SDAnimationChain'Carthage
Add the following line in your Cartfile.
github "sauvikdolui/SDAnimationChain"
Swift Package Manager
Once you have your Swift package set up, adding SDAnimationChain as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/sauvikdolui/SDAnimationChain.git", .upToNextMajor(from: "0.1.5"))
]Author
sauvikdolui, [email protected]
License
SDAnimationChain is available under the MIT license. See the LICENSE file for more info.