Initial commit

This commit is contained in:
cc
2024-11-17 17:59:42 +08:00
commit 5009c398dc
17 changed files with 716 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# openim_sdk_core_ios
[![CI Status](https://img.shields.io/travis/cc/openim_sdk_core_ios.svg?style=flat)](https://travis-ci.org/cc/openim_sdk_core_ios)
[![Version](https://img.shields.io/cocoapods/v/openim_sdk_core_ios.svg?style=flat)](https://cocoapods.org/pods/openim_sdk_core_ios)
[![License](https://img.shields.io/cocoapods/l/openim_sdk_core_ios.svg?style=flat)](https://cocoapods.org/pods/openim_sdk_core_ios)
[![Platform](https://img.shields.io/cocoapods/p/openim_sdk_core_ios.svg?style=flat)](https://cocoapods.org/pods/openim_sdk_core_ios)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
openim_sdk_core_ios is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'openim_sdk_core_ios'
```
## Author
cc, cc
## License
openim_sdk_core_ios is available under the MIT license. See the LICENSE file for more info.