diff --git a/MAINTAINING.md b/MAINTAINING.md deleted file mode 100644 index 496d4740f..000000000 --- a/MAINTAINING.md +++ /dev/null @@ -1,14 +0,0 @@ -Apart from the general `BUILDING.md` there are certain things that have -to be done by Session maintainers. - -For transparency and bus factor, they are outlined here. - -## Dependencies - -Keeping Cocoapods based dependencies is easy enough. - -`pod update` - -Similarly, Carthage dependencies can be updated like so: - -`carthage update`