Skip to content

Instantly share code, notes, and snippets.

@mnaruse
Created June 14, 2020 10:34
Show Gist options
  • Save mnaruse/12b3b43058914fa78f31019fd5b50ded to your computer and use it in GitHub Desktop.
Save mnaruse/12b3b43058914fa78f31019fd5b50ded to your computer and use it in GitHub Desktop.
Basic Podfile
# 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