aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld_macos/Podfile
blob: bf1488cba6484076e3c6a1f7bd4e5c14f3aacb37 (plain)
1
2
3
4
5
6
7
8
9
source 'https://github.com/CocoaPods/Specs.git'
platform :macos, '10.9'

install! 'cocoapods', :deterministic_uuids => false

target 'HelloWorld' do
  # Depend on the generated HelloWorld library.
  pod 'HelloWorld', :path => '.'
end