s1-mod/deps/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static

9 lines
199 B
Plaintext
Raw Permalink Normal View History

2024-02-27 03:09:30 -05:00
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
install! 'cocoapods', :deterministic_uuids => false
target 'iOSCocoaPodsTester' do
pod 'Protobuf', :path => '../../../..'
end