Swift 编写的 Material Design 动画和图片框架:MaterialKit
jopen
9年前
MaterialKit 是 Swift 编写的 Material Design 动画和图片框架。
CocoaPods Support
MaterialKit is on CocoaPods under the name MK.
Carthage Support
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update $ brew install carthage
To integrate MaterialKit into your Xcode project using Carthage, specify it in your Cartfile:
github "CosmicMind/MaterialKit"
Run carthage to build the framework and drag the built MaterialKit.framework into your Xcode project.