Podfile Source Code
Last updated
Last updated
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:
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 .
After updating the Podfile
, run the following command in your terminal: