From 6e1e416bbb393ac7f9b55db3caef410af7c821a5 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 27 Feb 2020 18:57:05 +0700 Subject: [PATCH] [docs] Actualize CocoaPods documentation (#3920) Related issues: #KT-32750, #KT-31542. --- COCOAPODS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/COCOAPODS.md b/COCOAPODS.md index 5241317a927..741f3151ae0 100644 --- a/COCOAPODS.md +++ b/COCOAPODS.md @@ -50,6 +50,10 @@ kotlin { // Configure fields required by CocoaPods. summary = "Some description for a Kotlin/Native module" homepage = "Link to a Kotlin/Native module homepage" + + // The name of the produced framework can be changed. + // The name of the Gradle project is used here by default. + frameworkName = "my_framework" } } ``` @@ -144,4 +148,3 @@ CocoaPods libraries, it can be build __only__ __from__ __Xcode__. - If a Kotlin/Native module uses a CocoaPods library, you can built this module only from an Xcode project. Otherwise the CocoaPods library cannot be resolved by the Kotlin/Native infrastructure. - - [Subspecs](https://guides.cocoapods.org/syntax/podspec.html#group_subspecs) are not supported.