From a19773b9f3bd37aee6866846c38a2e0559ffb9d0 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 20 Apr 2018 14:13:17 -0700 Subject: pod lib lint status (#1160) --- scripts/push-pods.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/push-pods.sh b/scripts/push-pods.sh index f40957b..39ce4ea 100755 --- a/scripts/push-pods.sh +++ b/scripts/push-pods.sh @@ -27,4 +27,14 @@ pod repo push io2018 FirebaseDatabase.podspec --allow-warnings pod repo push io2018 FirebaseFirestore.podspec --allow-warnings pod repo push io2018 FirebaseFunctions.podspec pod repo push io2018 FirebaseMessaging.podspec -pod repo push io2018 FirebaseStorage.podspec --allow-warnings +pod repo push io2018 FirebaseStorage.podspec + +# FirebaseAuth warnings +# https://github.com/firebase/firebase-ios-sdk/pull/1159 +# https://github.com/google/google-toolbox-for-mac/issues/162 + +# FirebaseDatabase warnings +# https://github.com/firebase/firebase-ios-sdk/pull/1155 + +# FirebaseFirestore warning (no plan to fix) +# https://github.com/firebase/firebase-ios-sdk/issues/1143 -- cgit v1.2.3