mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 09:03:05 +00:00
23 lines
544 B
JSON
23 lines
544 B
JSON
|
|
{
|
||
|
|
"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/**/*"
|
||
|
|
}
|