diff --git a/Specs/0/f/2/ChatroomUIKit/1.1.1/ChatroomUIKit.podspec.json b/Specs/0/f/2/ChatroomUIKit/1.1.1/ChatroomUIKit.podspec.json new file mode 100644 index 000000000000000..5ef3b1864f6243a --- /dev/null +++ b/Specs/0/f/2/ChatroomUIKit/1.1.1/ChatroomUIKit.podspec.json @@ -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": "984065974@qq.com" + }, + "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" +}