CocoaPods is a dependency manager for Objective-C and Swift libraries. CocoaPods automates the process of using third-party libraries in your projects. See the Getting Started guide for more information. You can install it with the following command:
gem install cocoapods
Add MaterialMotionComponents
to your Podfile
:
pod 'MaterialMotionComponents'
Then run the following command:
pod install
Import the framework:
@import MaterialMotionComponents;
You will now have access to all of the APIs.
Check out a local copy of the repo to access the Catalog application by running the following commands:
git clone https://github.com/material-motion/material-motion-components-swift.git
cd material-motion-components-swift
pod install
open MaterialMotionComponents.xcworkspace
We welcome contributions!
Check out our upcoming milestones.
Learn more about our team, our community, and our contributor essentials.
Licensed under the Apache 2.0 license. See LICENSE for details.