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 MotionTransitions
to your Podfile
:
pod 'MotionTransitions'
Then run the following command:
pod install
Import the framework:
@import MotionTransitions;
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/motion-transitions-objc.git
cd motion-transitions-objc
pod install
open MotionTransitions.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.