aboutsummaryrefslogtreecommitdiffhomepage
path: root/BuildFrameworks/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-15 12:27:07 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-15 12:27:07 -0700
commit98ba64449a632518bd2b86fe8d927f4a960d3ddc (patch)
tree131d9c4272fa6179fcda6c5a33fcb3b1bd57ad2e /BuildFrameworks/Podfile
parent32461366c9e204a527ca05e6e9b9404a2454ac51 (diff)
Initial
Diffstat (limited to 'BuildFrameworks/Podfile')
-rw-r--r--BuildFrameworks/Podfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/BuildFrameworks/Podfile b/BuildFrameworks/Podfile
new file mode 100644
index 0000000..e7bf344
--- /dev/null
+++ b/BuildFrameworks/Podfile
@@ -0,0 +1,12 @@
+platform :ios, '7.0'
+
+project 'FrameworkMaker.xcodeproj'
+
+target 'FrameworkMaker' do
+ pod 'FirebaseAuth', :path => '../Firebase/Auth'
+ pod 'FirebaseCore', :path => '../Firebase/Core'
+ pod 'FirebaseDatabase', :path => '../Firebase/Database'
+ pod 'FirebaseMessaging', :path => '../Firebase/Messaging'
+ pod 'FirebaseStorage', :path => '../Firebase/Storage'
+end
+