iOS SDK installation
Installation through cocoapods :
Update cocoapods trunk repository :
pod repo update
Add in Podfile :
pod 'YsoNetworkSDK', '1.1.24'
Install dependencies defined in the Podfile :
pod install
Last modified: 26 July 2024
Installation through cocoapods :
Update cocoapods trunk repository : pod repo update
Add in Podfile : pod 'YsoNetworkSDK', '1.1.24'
Install dependencies defined in the Podfile : pod install