Podfile 186 B

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