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:
Add the Dependency
Within the target
block for your application, add the CafSmartAuth
pod dependency. Replace 'YourApp'
with the actual name of your project.
Install the Dependencies
After updating the Podfile
, run the following command in your terminal:
Last updated