We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
Cartfile
github "Legoless/Alpha"
You can always download the project and build the SDK manually to include in your project.