Podspec Source Code
Installation
Podfile Configuration
To integrate the CafSmartAuth library into your iOS project, follow these steps to configure your podspec:
In the modules/caf-smart-auth-react-native/ios/CafSmartAuthBridgeModule.podspec located in your iOS project folder, include the following sources:
Add the Dependency
Within the podspec block for your application, add the CafSmartAuth pod dependency.
See the current version for iOS.
s.dependency 'CafSmartAuth', '1.2.0'Install the Dependencies
After updating the ROOT_PROJECT/ios/Podfile, run the following command in your terminal:
cd ios
pod installLast updated

