
xcodeproj 'SQLiteLogger'
workspace '../Demos'

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

