Podfile 302 B

1234567891011
  1. # This Podfile and FrameworkMaker.xcodeproj is only here to access the
  2. # ProtoCompiler plugin.
  3. project 'FrameworkMaker.xcodeproj'
  4. target 'FrameworkMaker_iOS' do
  5. platform :ios, '7.0'
  6. # This should be versioned along with 'gRPC-ProtoRPC' in Firestore.podspec
  7. pod '!ProtoCompiler-gRPCPlugin'
  8. end