h1-mod/deps/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
2024-03-07 00:54:32 -05:00

9 lines
199 B
Plaintext

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