https://github.com/kotlin/kmp-with-cocoapods-sample
This project represents the case when Cocoapods dependencies are added in Kotlin and there is no existing Xcode project
https://github.com/kotlin/kmp-with-cocoapods-sample
kmm kotlin sample
Last synced: 3 months ago
JSON representation
This project represents the case when Cocoapods dependencies are added in Kotlin and there is no existing Xcode project
- Host: GitHub
- URL: https://github.com/kotlin/kmp-with-cocoapods-sample
- Owner: Kotlin
- License: apache-2.0
- Created: 2020-07-16T09:57:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T15:13:18.000Z (5 months ago)
- Last Synced: 2025-06-08T15:05:06.680Z (4 months ago)
- Topics: kmm, kotlin, sample
- Language: Ruby
- Homepage:
- Size: 126 KB
- Stars: 90
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
# kotlin-with-cocoapods-sample
This project represents the case when CocoaPods dependencies added in Kotlin and there is no existing Xcode projectProject contains several directories:
* `pod_dependency` - local Objective-C library with .podspec file
* `subspec_dependency` - local Objective-C library whose .podspec file contains **subspec "Core"**
* `kotlin-library` - Kotlin module with `cocoapods` section containing dependency on both local pods, remote pod `Base64` and remote subspec dependency on `SDWebImage/MapKit`Importing of this project to Intellij IDEA provides features like code-completion from these dependencies,
highlighting and others