aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Protos/Podfile')
-rw-r--r--Firestore/Protos/Podfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Firestore/Protos/Podfile b/Firestore/Protos/Podfile
new file mode 100644
index 0000000..988d7f8
--- /dev/null
+++ b/Firestore/Protos/Podfile
@@ -0,0 +1,11 @@
+# This Podfile and FrameworkMaker.xcodeproj is only here to access the
+# ProtoCompiler plugin.
+
+project 'FrameworkMaker.xcodeproj'
+
+target 'FrameworkMaker_iOS' do
+ platform :ios, '7.0'
+
+ # This should be versioned along with 'gRPC-ProtoRPC' in Firestore.podspec
+ pod '!ProtoCompiler-gRPCPlugin'
+end