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