Podfile 569 B

123456789101112131415161718192021222324252627
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'UU_Ent' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Pods for UU_Ent
  7. pod 'UU_Ent', :path => '.'
  8. pod 'Masonry'
  9. pod 'MJExtension'
  10. pod 'SDWebImage'
  11. pod 'IQKeyboardManager'
  12. pod 'MBProgressHUD'
  13. target 'UU_EntTests' do
  14. inherit! :search_paths
  15. # Pods for testing
  16. end
  17. target 'UU_EntUITests' do
  18. inherit! :search_paths
  19. # Pods for testing
  20. end
  21. end