platform :osx, '10.9'

target 'CocoaRestClient' do
  pod 'ACEView', :git => 'https://github.com/mmattozzi/ACEView.git', :submodules => true
  pod 'Base64', '~> 1.0'
  # pod 'SBJson4', '~> 4.0'
  # Use a fork of SBJson that is optimized for pretty printing parsed JSON input
  pod 'SBJson', :git => 'https://github.com/mmattozzi/json-framework.git'
  pod 'MsgPackSerialization', '~> 0.0.1'
  pod 'Sparkle'
  pod 'DiffMatchPatch-ObjC', '~> 1.0.0'
end

target 'CocoaRestClientTests' do
  pod 'ACEView', :git => 'https://github.com/mmattozzi/ACEView.git', :submodules => true
end
