Skip to content
Dal Rupnik edited this page Dec 12, 2016 · 5 revisions

The easiest way to integrate Alpha is using CocoaPods.

pod 'Alpha'

If you only wish to use specific plugins, you can specify them by:

pod 'Alpha/<PLUGIN NAME>'

Since plugins do not require automatic integration, when using separate plugins you must add subspec:

pod 'Alpha/Integration'

If you only wish to

Carthage is supported by adding the following line to your Cartfile:

github "Legoless/Alpha"

You can always download the project and build the SDK manually to include in your project.

Clone this wiki locally