Initial commit
25 files changed
tree: eb0241036c99e6e06784f05c995170906aa226bb
  1. examples/
  2. src/
  3. .arcconfig
  4. .arclint
  5. .arcunit
  6. .clang-format
  7. .codecov.yml
  8. .gitignore
  9. .jazzy.yaml
  10. .travis.yml
  11. AUTHORS
  12. CHANGELOG.md
  13. CONTRIBUTING.md
  14. LICENSE
  15. MaterialMotionFontDiskLoader.podspec
  16. Podfile
  17. README.md
README.md

MDFFontDiskLoader

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

pod 'MaterialMotionFontDiskLoader'

Then run the following command:

pod install

Usage

Import the framework:

@import MaterialMotionFontDiskLoader;

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-foundation/material-font-disk-loader-ios.git
cd material-font-disk-loader-ios
pod install
open MaterialMotionFontDiskLoader.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.