blob: b7525013b22366ac041d84317d6e25c5fbf38c2f [file] [log] [blame]
source 'https://github.com/CocoaPods/Specs.git'
platform :macos, '10.12'
install! 'cocoapods', :deterministic_uuids => false
target 'HelloWorld' do
# Depend on the generated HelloWorld library.
pod 'HelloWorld', :path => '.'
end