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