Skip to content

Commit

Permalink
[Add] ChatroomUIKit 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zjc19891106 authored and CocoaPodsBot committed Aug 13, 2024
1 parent f74b4ca commit 399c14e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Specs/0/f/2/ChatroomUIKit/1.1.1/ChatroomUIKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "ChatroomUIKit",
"version": "1.1.1",
"summary": "ChatroomUIKit.",
"description": "This product is mainly designed to solve most user needs for chat rooms in pan-entertainment business scenarios. It mainly solves the problem for users that directly integrating the SDK is cumbersome and complex, and some APIs have poor experience (from the perspective of user-side developers) )And other issues. We are committed to creating chat room UIKit products with simple integration, high degree of freedom, simple process, and sufficiently detailed documentation.",
"homepage": "https://github.com/easemob/UIKit_Chatroom_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zjc19891106": "[email protected]"
},
"source": {
"git": "https://github.com/easemob/UIKit_Chatroom_ios.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "13.0"
},
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"source_files": [
"Sources/ChatroomUIKit/Classes/**/*.swift"
],
"resources": [
"Sources/ChatroomUIKit/**/*.bundle"
],
"dependencies": {
"HyphenateChat": [

]
},
"static_framework": true,
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation",
"Combine"
],
"swift_version": "5.0"
}

0 comments on commit 399c14e

Please sign in to comment.