This commit is contained in:
Andrey Blinov
2019-11-20 01:13:59 +07:00
parent e78c12a6d3
commit a5f2dcfcd5
54 changed files with 2065 additions and 80 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "OnlineChatSdk",
"version": "0.0.1",
"summary": "A short description of OnlineChatSdk.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/bekannax/OnlineChatSdk-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bekannax": "bekannax@gmail.com"
},
"source": {
"git": "https://github.com/bekannax/OnlineChatSdk-Swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OnlineChatSdk/Classes/**/*"
}