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.
See the current version for iOS.
target 'YourApp' do
config = use_native_modules!
pod 'CafSmartAuth', '~> 1.2.0'
# Add any other dependencies below
...
endInstall the Dependencies
After updating the Podfile, run the following command in your terminal:
Last updated

