Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

material-motion/material-motion-pop-swift

Repository files navigation

Reactive Motion POP extension

Build Status codecov CocoaPods Compatible Platform Docs

Installation

Installation with CocoaPods

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 ReactiveMotionPOP to your Podfile:

pod 'ReactiveMotionPOP'

Then run the following command:

pod install

Usage

Import the framework:

@import ReactiveMotionPOP;

You will now have access to all of the APIs.

Example apps/unit tests

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/reactive-motion-pop-swift.git
cd reactive-motion-pop-swift
pod install
open ReactiveMotionPOP.xcworkspace

Guides

  1. Architecture
  2. How to ...

Architecture

How to ...

Contributing

We welcome contributions!

Check out our upcoming milestones.

Learn more about our team, our community, and our contributor essentials.

License

Licensed under the Apache 2.0 license. See LICENSE for details.

Releases

No releases published

Packages

No packages published