11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
|
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
platform :ios, '9.0'
|
||
|
|
||
|
install! 'cocoapods', :deterministic_uuids => false
|
||
|
|
||
|
use_frameworks!
|
||
|
|
||
|
target 'iOSCocoaPodsTester' do
|
||
|
pod 'Protobuf', :path => '../../../..'
|
||
|
end
|