Podfile 213 B

1234567891011
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. xcodeproj 'SDWebImage Tests'
  3. workspace '../SDWebImage'
  4. target 'Tests' do
  5. platform :ios, '7.0'
  6. pod 'Expecta', '<=0.3.1'
  7. pod 'SDWebImage', :path => '../'
  8. end