Podfile 470 B

1234567891011121314151617181920212223
  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 'MJExtension'
  9. target 'UU_EntTests' do
  10. inherit! :search_paths
  11. # Pods for testing
  12. end
  13. target 'UU_EntUITests' do
  14. inherit! :search_paths
  15. # Pods for testing
  16. end
  17. end