Podfile-framework 216 Bytes
Newer Older
1 2 3 4 5
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

install! 'cocoapods', :deterministic_uuids => false

6
use_frameworks!
7 8 9 10

target 'iOSCocoaPodsTester' do
  pod 'Protobuf', :path => '../../../..'
end