commit | 6a50a1e4fafc67d3abc07ee49703aefbf5a18d07 | [log] [tgz] |
---|---|---|
author | Jeff Verkoeyen <featherless@google.com> | Thu Jun 01 20:46:25 2017 |
committer | Jeff Verkoeyen <featherless@google.com> | Thu Jun 01 20:46:25 2017 |
tree | ba5fd950505d213f7851fbbbf97012a507c22b0d | |
parent | b68da8ad7010fee67ba52ae8427204892741b77d [diff] |
Split the repo into two sub-specs.
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 MotionInterchange
to your Podfile
:
pod 'MotionInterchange'
Then run the following command:
pod install
Import the framework:
@import MotionInterchange;
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-timing-objc.git cd motion-timing-objc pod install open MotionInterchange.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.