Podfile 510 B

123456789101112131415161718192021222324
  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. target 'UU_EntTests' do
  12. inherit! :search_paths
  13. # Pods for testing
  14. end
  15. target 'UU_EntUITests' do
  16. inherit! :search_paths
  17. # Pods for testing
  18. end
  19. end