• 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
  • Tests project: CocoaPods 1.1.0, dynamic frameworks, include all the code from SD… ...
    460c2e01
    …WebImage (MapKit and GIF), updated imports so they work fine
    by Bogdan Poplauschi
    2016-09-25 19:46:46 +0300  
    Browse Files
Podfile 305 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!

xcodeproj '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