Podfile-framework 216 B

12345678910
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '9.0'
  3. install! 'cocoapods', :deterministic_uuids => false
  4. use_frameworks!
  5. target 'iOSCocoaPodsTester' do
  6. pod 'Protobuf', :path => '../../../..'
  7. end