Podfile 325 B

12345678910111213141516
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '13.0'
  3. target 'NewTemplate' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for NewTemplate
  7. pod 'Masonry'
  8. pod 'SVProgressHUD'
  9. pod 'MBProgressHUD'
  10. pod 'AFNetworking'
  11. end