aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/migrate-cocoapods.md
diff options
context:
space:
mode:
authorGravatar spomorski <spomorski@google.com>2017-10-30 13:05:56 -0400
committerGravatar John Cater <jcater@google.com>2017-10-31 10:37:18 -0400
commit1c62beca3a1cb5d6b7e55c199bc889d0dc957516 (patch)
tree85d71c03fac71963858a72b2c6229f2cd734f13b /site/docs/migrate-cocoapods.md
parent30cf869fedd30653b5970d3618f4dfdc1ef51e17 (diff)
Add "experimental status" disclaimer.
PiperOrigin-RevId: 173909015
Diffstat (limited to 'site/docs/migrate-cocoapods.md')
-rw-r--r--site/docs/migrate-cocoapods.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/docs/migrate-cocoapods.md b/site/docs/migrate-cocoapods.md
index f046f62061..9546ebbe59 100644
--- a/site/docs/migrate-cocoapods.md
+++ b/site/docs/migrate-cocoapods.md
@@ -7,9 +7,13 @@ title: Converting CocoaPods dependencies
This document provides high-level guidelines for converting [CocoaPods](https://www.cocoapods.org/)
dependencies to Bazel packages that are compatible with [Tulsi](http://http://tulsi.bazel.build/).
-CocoaPods is a third-party dependency management system for macOS and iOS
+CocoaPods is a third-party dependency management system for Apple application
development.
+**Note:** CocoaPods conversion is a manual process with many variables.
+CocoaPods integration with Bazel has not been fully verified and is not
+officially supported.
+
## Analyze your CocoaPods dependencies
If you're using CocoaPods, you need to: