1234567891011121314151617181920212223 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- source 'http://gerrit.sogou/SeMob_PodsSpecs'
- target 'TestGIF' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_modular_headers!
- # Pods for TestGIF
- pod 'SeMob_SDWebImage', '4.4.6.3'
- target 'TestGIFTests' do
- inherit! :search_paths
- # Pods for testing
- end
- target 'TestGIFUITests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
|