This repository contains pre-built binary frameworks for the NetEase IM UIKit SDK, distributed via Swift Package Manager.
⚠️ This repository only contains SPM package manifest and binary references. For source code, please visit nim-uikit-ios.
Add this package to your Xcode project:
- File → Add Package Dependencies...
- Enter the repository URL:
https://github.com/netease-kit/nim-uikit-ios-spm - Select the modules you need
| Module | Description |
|---|---|
| NECoreKit | Core utilities |
| NECommonKit | Common components |
| NECoreIM2Kit | IM Core SDK wrapper |
| NECommonUIKit | Common UI components |
| NEChatKit | Chat business logic |
| NEChatUIKit | Chat UI components |
| NEContactUIKit | Contacts UI |
| NEConversationUIKit | Conversation list UI |
| NETeamUIKit | Team/Group UI |
| NEMapKit | Map integration |
| NEAISearchKit | AI Search features |
- iOS 13.0+
- Swift 5.5+
- Xcode 13.0+
MIT License - See LICENSE file for details.