
xcodeproj 'SQLiteLogger'
workspace '../Demos'

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

