• 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
  • Bumped the deployment target to iOS 7 (due to NSURLSession) and also incremented… ...
    6545a3ab
    … the library version to 3.8.0
    by Bogdan Poplauschi
    2016-06-02 19:10:31 +0300  
    Browse Files
Podfile 213 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
source 'https://github.com/CocoaPods/Specs.git'

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

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

end