Skip to content

Instantly share code, notes, and snippets.

@bananita
Last active December 17, 2015 08:18
Show Gist options
  • Save bananita/5578967 to your computer and use it in GitHub Desktop.
Save bananita/5578967 to your computer and use it in GitHub Desktop.
platform :ios, '6.0'
inhibit_all_warnings!
pod 'ObjectiveSugar'
pod 'MBLogging', :git => 'https://github.com/bananita/MBLogging.git', :tag => '0.1.0'
target :tests, :exclusive => true do
pod 'OCMock'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment