
xcodeproj 'OverflowTestMac'
workspace '../Demos'

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

