I am trying to integrate CCAvenue payment integration in iOS. They have given me two library files named: libcrypto.a and libssl.a
libcrypto.a
libssl.a
They hav
I have user pod 'OpenSSL-Universal' library which resolves my all Openssl dependancies
Add below line in podfile
pod 'OpenSSL-Universal'
hit command pod install from terminal