GIZO SDK Documentation
CtrlK
  • πŸ“‹Overview
  • βš™οΈUsage
    • Android
      • Installation
      • Configuration
      • Initialization
      • Authentication and User Management
      • Recording Data
      • Crash Detection
      • Listeners
    • iOS
      • Installation
      • Configuration
      • Initialization
      • Crash Detection
      • Authentication and User Management
      • Recording Data
      • Listeners
    • React Native
      • Installation
      • Configuration
      • Initialization
      • Authentication and User Management
      • Recording Data
      • Crash Detection
      • Listeners
  • πŸ“–API Documentation
    • Authentication
    • User
    • User's Car
    • Trip
    • Crash
    • Performance
    • Legal Terms
  • πŸ–‡οΈAppendix
    • Coordinates Systems
    • Power Saving Process Overview
    • Glossary
  • πŸ—ƒοΈChange Log
    • Android
    • iOS
    • React Native
  • πŸ“ƒLicense
  • πŸ“žContact
Powered by GitBook
On this page
  1. βš™οΈUsage
  2. iOS

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.

PreviousiOSNextConfiguration

Last updated 3 days ago