Skip to content

Instantly share code, notes, and snippets.

@foxicode
Created March 19, 2020 22:56
Show Gist options
  • Select an option

  • Save foxicode/874a3cd91e8eaa997a7fa4d8e2c3bb36 to your computer and use it in GitHub Desktop.

Select an option

Save foxicode/874a3cd91e8eaa997a7fa4d8e2c3bb36 to your computer and use it in GitHub Desktop.
Supernova Podfile
platform :ios, '11.0'
inhibit_all_warnings!
target 'Waste-management-app-musafarouk' do
# Add all your pods here
# Supernova Pods
end
post_install do |installer|
installer.pods_project.targets.each do |target|
puts "#{target.name}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment