• 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
  • Updated the Tests project after updating to CocoaPods 0.34.4
    d9d9ceed
    by Bogdan Poplauschi
    2014-11-02 22:53:32 +0200  
    Browse Files
Podfile 319 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'

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

def import_pods
  pod 'Expecta'                       # A Matcher Framework for Objective-C/Cocoa
  pod 'SDWebImage', :path => '../'
end

target :ios do
  platform :ios, '5.0'
  link_with 'Tests'
  import_pods
end