platform :osx, '10.12'

use_frameworks!

def shared_pods
  pod 'Sparkle'
end

target 'mySIMBL' do
  shared_pods
  # Basics
  pod 'AppCenter'
  pod 'LetsMove'
end

target 'mySIMBLHelper' do
  shared_pods
end
