
xcodeproj 'PerUserLogLevels'
workspace '../Demos'

target :'PerUserLogLevels' do
  platform :osx, '10.7'
  pod 'CocoaLumberjack', :path => '../../'
end

