Skip to content

Instantly share code, notes, and snippets.

@rdewolff
Created March 29, 2020 09:26
Show Gist options
  • Save rdewolff/f327fb8b8cecc620844e3e89975fa532 to your computer and use it in GitHub Desktop.
Save rdewolff/f327fb8b8cecc620844e3e89975fa532 to your computer and use it in GitHub Desktop.
project 'meetme.xcworkspace'
platform :ios, '10.0'
# do not track cocoa pod stats
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
def required_pods
pod 'Stripe', '~> 19.0.1'
end
target 'meetme' do
required_pods
end
target 'beta' do
required_pods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment