Podfile 235 B

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