• This project
    • Loading...
  • Sign in

ios / yh_sdwebimage · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yh_sdwebimage
  • Tests
  • Podfile
  • Improved the code coverage of our unit tests (given that we disabled test40InsertionOfImageData). ...
    f57c21d5
    Also updated the Tests Podfile so we don't get a warning (xcodeproj was renamed to project)
    by Bogdan Poplauschi
    2017-10-20 16:15:38 +0300  
    Browse Files
Podfile 303 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!

project 'SDWebImage Tests'
workspace '../SDWebImage'

target 'Tests' do
  platform :ios, '8.0'
  pod 'Expecta'
  pod 'SDWebImage/WebP', :path => '../'
  pod 'SDWebImage/MapKit', :path => '../'
  pod 'SDWebImage/GIF', :path => '../'

end