Skip to content

Commit 471435e

Browse files
authored
Remove deleted function 'url' from CocoaPods DSL reference (#4276)
- [KT-68657](https://youtrack.jetbrains.com/issue/KT-68657)
1 parent f485a1e commit 471435e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/native/native-cocoapods-dsl-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ and `source` of the library, in its configuration block:
124124
| **Name** | **Description** |
125125
|------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
126126
| `version` | The library version. To use the latest version of the library, omit the parameter. |
127-
| `source` | Configures the Pod from: <list><li>The Git repository using `git()`. In the block after `git()`, you can specify `commit` to use a specific commit, `tag` to use a specific tag, and `branch` to use a specific branch from the repository</li><li>The local repository using `path()`</li><li>An archived (tar, jar, zip) Pod folder using `url()`</li></list> |
127+
| `source` | Configures the Pod from: <list><li>The Git repository using `git()`. In the block after `git()`, you can specify `commit` to use a specific commit, `tag` to use a specific tag, and `branch` to use a specific branch from the repository</li><li>The local repository using `path()`</li></list> |
128128
| `packageName` | Specifies the package name. |
129129
| `extraOpts` | Specifies the list of options for a Pod library. For example, specific flags: <code style="block" lang="Kotlin">extraOpts = listOf("-compiler-option")</code> |
130130
| `linkOnly` | Instructs the CocoaPods plugin to use Pod dependencies with dynamic frameworks without generating cinterop bindings. If used with static frameworks, the option will remove the Pod dependency entirely. |
@@ -148,4 +148,4 @@ kotlin {
148148
}
149149
}
150150
}
151-
```
151+
```

0 commit comments

Comments
 (0)