
xcodeproj 'PerUserLogLevels'
workspace '../Demos'

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

