You want to add pod 'B24PaymentSdk', '1.1.46-beta.9'
similar to the following to your Podfile:
target 'MyApp' do
pod 'B24PaymentSdk', '1.1.46-beta.9'
end
Then run a pod install
inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try B24PaymentSdk