Integrating as a Framework

Using CocoaPods is the easiest way to integrate DyScan. If you would rather do this, click here.

After getting the access token for Dyneti's repo access, go to any temporary directory outside your project directory and clone our repository with the following terminal commands:

git clone https://dyscan@github.com/Dyneti/dyscan-ios-distribution.git
git checkout master

When asked for a password for user "dyscan", paste the access token that we provided. Navigate to the variant directory of your choice (Universal is recommended).

Last updated