Podfile-framework 217 B

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