Overview

In this section, you will find libraries to support you when creating iOS projects using Beagle.

Cocoapods Cocoapods Cocoapods

To start using Beagle right now, you can use the libs below:

  • Beagle-Scaffold: This lib will hold almost all configurations needed to start using Beagle in your project. We advise using these libs for people that never used Beagle before.

  • Beagle-Defaults: This lib is meant for more experienced Beagle users and will hold only a few class configurations necessary to use Beagle in an application. These configurations include default Network and Logger classes. All these are also available in the Scaffold lib above.


Beagle Scaffold

In this section, you will find more information about the Beagle Scaffold library that will help you start a project using Beagle in iOS.

Beagle Defaults

This framework provides default implementation of network client and logger. That implementation is easily embedded and used in your Beagle project.

Beagle gRPC for iOS

This framework provides a client to communicate with Beagle using gRPC.