Installation
To install the GIZO SDK for an iOS project, add the following script in the Podfile in the root directory of your project:
pod 'GizoSDK', '2.0.9'
Then use the command below to install the dependencies:
pod install
Once the GIZO SDK is installed, you can proceed to the next section.
Last updated