Initial commit

This commit is contained in:
Andrey Blinov
2019-11-15 23:21:03 +07:00
commit e78c12a6d3
21 changed files with 1165 additions and 0 deletions

29
README.md Normal file
View File

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