Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easemob/sdk-ios-cocoapods-integration
https://github.com/easemob/sdk-ios-cocoapods-integration
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/easemob/sdk-ios-cocoapods-integration
- Owner: easemob
- License: mit
- Created: 2015-04-17T06:57:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T06:18:30.000Z (over 6 years ago)
- Last Synced: 2024-09-16T13:31:29.509Z (about 2 months ago)
- Language: Objective-C
- Size: 718 MB
- Stars: 18
- Watchers: 19
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EaseMobSDKFull
环信iOS FullSDK CocoaPod repo
从2.1.4.1开始, 小伙伴们可以使用 Cocoapods 来集成环信实时语音啦, 集成方法如下:
1. Podfile 文件添加如下代码
pod 'EaseMobSDKFull'
2. 使用时, 需要引入头文件, 在 pch 预编译文件中, 引入头文件如下:#import
接下来, 就可以正常使用环信的所有功能啦.具体的使用步骤可以参考我们的官方文档: [初始化](http://developer.easemob.com/docs/emchat/ios/singlechat.html)