spomorski | 94cc04f | 2017-10-24 19:54:45 +0200 | [diff] [blame] | 1 | --- |
| 2 | layout: documentation |
| 3 | title: Converting CocoaPods dependencies |
| 4 | --- |
| 5 | |
| 6 | # Converting CocoaPods dependencies |
| 7 | |
spomorski | 1c62bec | 2017-10-30 13:05:56 -0400 | [diff] [blame] | 8 | CocoaPods is a third-party dependency management system for Apple application |
spomorski | 94cc04f | 2017-10-24 19:54:45 +0200 | [diff] [blame] | 9 | development. |
| 10 | |
Jerry Marino | 250da10 | 2018-11-07 11:16:32 -0800 | [diff] [blame] | 11 | [PodToBUILD](https://github.com/pinterest/PodToBUILD) provides a |
| 12 | `repository_rule` to automatically generate [CocoaPods](https://cocoapods.org/) |
| 13 | Bazel packages that are compatible with [Tulsi](https://tulsi.bazel.build/). |
spomorski | 1c62bec | 2017-10-30 13:05:56 -0400 | [diff] [blame] | 14 | |