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.
Install the Dependencies
After updating the ROOT_PROJECT/ios/Podfile
, run the following command in your terminal:
Last updated
Was this helpful?