Podfile Source Code

Installation

Podfile Configuration

To integrate the CafSmartAuth library into your iOS project, follow these steps to configure your Podfile:

In the Podfile located in your iOS project folder, include the following sources:

source 'https://github.com/combateafraude/iOS.git'
source 'https://cdn.cocoapods.org'

Add the Dependency

Within the target block for your application, add the CafSmartAuth pod dependency. Replace 'YourApp' with the actual name of your project.

target 'YourApp' do
  config = use_native_modules!

  pod 'CafSmartAuth', '~> 1.0.0-beta1'

  # Add any other dependencies below
  ...
end

Install the Dependencies

After updating the Podfile, run the following command in your terminal:

cd ios
pod install

Last updated

Logo

2023 © Caf. - All rights reserved