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