
xcodeproj 'NonArcTest'
workspace '../Demos'

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

