# Uncomment the next line to define a global platform for your project
# platform :ios, '13.0'

target 'B24PaymentSdk' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
  pod 'Starscream', '4.0.6'
  pod 'Alamofire', '5.4'
  pod 'Socket.IO-Client-Swift', '16.1.0'
  
  # Pods for Bill24OnlinePaymentSdk

  target 'B24PaymentSdkTests' do
    # Pods for testing
  end

  # post_install do |installer|
  #   installer.pods_project.targets.each do |target|
  #     target.build_configurations.each do |config|
  #       config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' # specify your desired deployment target
  #     end
  #   end
  # end

end
