Podfile 168 B

12345678910
  1. project 'BenchmarkMac'
  2. workspace '../../Demos'
  3. target :'BenchmarkMac' do
  4. platform :osx, '10.8'
  5. use_frameworks!
  6. pod 'CocoaLumberjack', :path => '../../../'
  7. end