# This is required for CocoaPods 1.x, which is recommended for Hyperloop
# If you still want to use the old CocoaPods, remove the following 2 lines
use_frameworks!
install! 'cocoapods',
         :integrate_targets => false
platform :ios, '10.0'
target 'braintree-demo' do
  pod 'BraintreeDropIn'
  pod 'Braintree/PayPal'
end
