blob: 0c3feaa47eb84e8d0b552c102614d58ca678b990 [file] [log] [blame]
murgatroid9924754c02015-06-11 13:57:55 -07001source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '8.0'
3
Jorge Canizalesc09854b2016-07-01 10:24:17 -07004install! 'cocoapods', :deterministic_uuids => false
5
murgatroid9924754c02015-06-11 13:57:55 -07006target 'HelloWorld' do
7 # Depend on the generated HelloWorld library.
8 pod 'HelloWorld', :path => '.'
Jorge Canizales0f213c32016-07-01 11:54:35 -07009end