Created
March 29, 2020 09:26
-
-
Save rdewolff/f327fb8b8cecc620844e3e89975fa532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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