Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov committed Jan 17, 2025
1 parent 3d90bb4 commit 1a287f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/multiplatform/native-cocoapods-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ import cocoapods.example.*
1. Specify the name of a Pod library in the `pod()` function.
2. In the configuration block, add the following options:

* `extraOpts` – to specify the list of options for a Pod library. For example, `extraOpts = listOf("-compiler-option")`.
* `extraOpts` – to specify the list of options for a Pod library. For example, `extraOpts = listOf("-compiler-option")`.

> If you encounter issues with clang modules, add the `-fmodules` option as well.
>
Expand Down

0 comments on commit 1a287f2

Please sign in to comment.