1source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
4install! 'cocoapods', :deterministic_uuids => false
5
6target 'HelloWorld' do
7  # Depend on the generated HelloWorld library.
8  pod 'HelloWorld', :path => '.'
9end
10