Podfile 487 B

1234567891011121314151617181920212223
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. source 'http://gerrit.sogou/SeMob_PodsSpecs'
  4. target 'TestGIF' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_modular_headers!
  7. # Pods for TestGIF
  8. pod 'SeMob_SDWebImage', '4.4.6.3'
  9. target 'TestGIFTests' do
  10. inherit! :search_paths
  11. # Pods for testing
  12. end
  13. target 'TestGIFUITests' do
  14. inherit! :search_paths
  15. # Pods for testing
  16. end
  17. end