Podfile 184 B

12345678910111213
  1. use_frameworks!
  2. platform :ios, '11.0'
  3. target 'WandaPaySDK_Example' do
  4. pod 'WandaPaySDK', :path => '../'
  5. target 'WandaPaySDK_Tests' do
  6. inherit! :search_paths
  7. end
  8. end