aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
new file mode 100644
index 0000000..4008af7
--- /dev/null
+++ b/Firestore/Example/Podfile
@@ -0,0 +1,22 @@
+use_frameworks!
+platform :ios, '8.0'
+
+target 'Firestore_Example' do
+ pod 'FirebaseCommunity/Core', :path => '../../'
+ pod 'Firestore', :path => '../'
+
+ target 'Firestore_Tests' do
+ inherit! :search_paths
+ pod 'OCMock'
+ pod 'leveldb-library'
+ end
+
+ target 'Firestore_IntegrationTests' do
+ inherit! :search_paths
+ pod 'OCMock'
+ end
+end
+
+target 'SwiftBuildTest' do
+ pod 'Firestore', :path => '../'
+end