aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-02-26 08:09:28 -0800
committerGravatar GitHub <noreply@github.com>2018-02-26 08:09:28 -0800
commit13e366738463739f0c21d4cedab4bafbfdb57c6f (patch)
tree1104e714aa00b3c115199863ea38886b56c79f41 /Firestore/Example/Podfile
parentf735461070b353f8dc6654eeda2610b87307ef15 (diff)
Add build infrastructure for Codable support in Firestore (#815)
* Add Firestore_SwiftTests_iOS target to Xcode * Add FirebaseFirestoreSwift podspec * Add Firestore_SwiftTests_iOS to the Podfile * Add CodableGeoPoint and tests * Version FirebaseFirestoreSwift separately
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 5fa6a95..2c38cd9 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -28,6 +28,11 @@ target 'Firestore_Example' do
pod 'OCMock'
end
+
+ target 'Firestore_SwiftTests_iOS' do
+ pod 'FirebaseFirestore', :path => '../../'
+ pod 'FirebaseFirestoreSwift', :path => '../../'
+ end
end
target 'SwiftBuildTest' do