Created
March 19, 2020 22:56
-
-
Save foxicode/874a3cd91e8eaa997a7fa4d8e2c3bb36 to your computer and use it in GitHub Desktop.
Supernova 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
| 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