
xcodeproj 'RollingTestMac'
workspace '../Demos'

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

