-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f74b4ca
commit 399c14e
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
Specs/0/f/2/ChatroomUIKit/1.1.1/ChatroomUIKit.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |