aboutsummaryrefslogtreecommitdiffhomepage
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-21 17:02:22 -0800
committerGravatar GitHub <noreply@github.com>2017-11-21 17:02:22 -0800
commit3e592526ec889887874efd0e46ba3cf72f2f6f98 (patch)
treede8cc73df387cd982ca9bbf517f8ff1a9c41cce3 /ROADMAP.md
parent32d6d6170fdca6f12a3fa51619081ad855815803 (diff)
Buildable and interoperable source pods (#444)
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 3bb73a0..1b6601a 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -4,18 +4,6 @@
The Firebase team plans to open source more of Firebase components.
-## Build Improvements
-
-Even though they're built from the same source, the FirebaseCommunity CocoaPod
-is not currently interoperable with the Firebase CocoaPod.
-
-This is because CocoaPods does not support interdepencies between open source
-and closed source static library CocoaPods.
-
-We'd like to work with CocoaPods to add this capability and update Firebase
-build accordingly. See this
-[CocoaPods Pull Request](https://github.com/CocoaPods/CocoaPods/pull/6811).
-
## Continuous Integration
* [Stabilize Travis](https://github.com/firebase/firebase-ios-sdk/issues/102)