mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-29 00:36:10 +03:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
platform :ios, '8.0'
|
||
|
|
||
|
install! 'cocoapods', :deterministic_uuids => false
|
||
|
|
||
|
target 'iOSCocoaPodsTester' do
|
||
|
pod 'Protobuf', :path => '../../../..'
|
||
|
end
|