12345678910111213141516 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '13.0'
- target 'NewTemplate' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for NewTemplate
-
-
- pod 'Masonry'
- pod 'SVProgressHUD'
- pod 'MBProgressHUD'
- pod 'AFNetworking'
- end
|