Created
June 14, 2020 10:34
-
-
Save mnaruse/12b3b43058914fa78f31019fd5b50ded to your computer and use it in GitHub Desktop.
Basic Podfile
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
# Uncomment the next line to define a global platform for your project | |
platform :ios, '12.0' | |
# Comment the next line if you don't want to use dynamic frameworks | |
use_frameworks! | |
abstract_target 'All' do | |
# Pods for All | |
pod 'SwiftGen' | |
# target 'A' do | |
# # Pods for A | |
# end | |
# target 'B' do | |
# # Pods for B | |
# end | |
# target 'C' do | |
# # Pods for C | |
# target 'CTests' do | |
# inherit! :search_paths | |
# # Pods for testing | |
# end | |
# end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment