blob: aaf78285b4f636bb370890c822519d5dd5bf196f [file] [log] [blame] [view]
spomorski94cc04f2017-10-24 19:54:45 +02001---
2layout: documentation
3title: Converting CocoaPods dependencies
4---
5
6# Converting CocoaPods dependencies
7
spomorski1c62bec2017-10-30 13:05:56 -04008CocoaPods is a third-party dependency management system for Apple application
spomorski94cc04f2017-10-24 19:54:45 +02009development.
10
Jerry Marino250da102018-11-07 11:16:32 -080011[PodToBUILD](https://github.com/pinterest/PodToBUILD) provides a
12`repository_rule` to automatically generate [CocoaPods](https://cocoapods.org/)
13Bazel packages that are compatible with [Tulsi](https://tulsi.bazel.build/).
spomorski1c62bec2017-10-30 13:05:56 -040014