Files

9 lines
199 B
Plaintext
Raw Permalink Normal View History

2025-08-15 15:56:40 +08:00
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
install! 'cocoapods', :deterministic_uuids => false
target 'iOSCocoaPodsTester' do
pod 'Protobuf', :path => '../../../..'
end