• 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
  • Expecta can use the latest version, using the WebP subspec in the Tests Podfile … ...
    fbb310b4
    …so we can get all the files
    by Bogdan Poplauschi
    2016-09-23 20:37:17 +0300  
    Browse Files
Podfile 225 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
source 'https://github.com/CocoaPods/Specs.git'

xcodeproj 'SDWebImage Tests'
workspace '../SDWebImage'

target 'Tests' do
  platform :ios, '7.0'
  pod 'Expecta'
  pod 'OCMockito'
  pod 'SDWebImage/WebP', :path => '../'

end