From 32bb61955fb08b7797bdf1f0b24cabd892aff400 Mon Sep 17 00:00:00 2001 From: Boris Pristupa <34197339+borisPristupa@users.noreply.github.com> Date: Wed, 25 Mar 2020 12:31:44 +0300 Subject: [PATCH] Fix typo in COCOAPODS.md (#4020) --- COCOAPODS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COCOAPODS.md b/COCOAPODS.md index 741f3151ae0..6814d53de06 100644 --- a/COCOAPODS.md +++ b/COCOAPODS.md @@ -146,5 +146,5 @@ CocoaPods libraries, it can be build __only__ __from__ __Xcode__. ## Current Limitations - - If a Kotlin/Native module uses a CocoaPods library, you can built this module only from an Xcode project. + - If a Kotlin/Native module uses a CocoaPods library, you can build this module only from an Xcode project. Otherwise the CocoaPods library cannot be resolved by the Kotlin/Native infrastructure.