platform :osx, '10.9'
use_frameworks!

raise 'Please use bundle exec to run the pod command' unless defined?(Bundler)

target 'Tests' do
  pod 'StencilSwiftKit', path: '.'
  pod 'SwiftLint', '~> 0.27'
end
