Skip to content

Commit

Permalink
[Add] NEMeetingKit 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlichengda authored and CocoaPodsBot committed Oct 18, 2024
1 parent c287745 commit 2e30d51
Showing 1 changed file with 163 additions and 0 deletions.
163 changes: 163 additions & 0 deletions Specs/b/0/0/NEMeetingKit/4.8.2/NEMeetingKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
{
"name": "NEMeetingKit",
"version": "4.8.2",
"summary": "NetEase Meeting SDK.",
"homepage": "https://meeting.163.com",
"license": {
"type": "Copyright",
"text": " Copyright 2024 Netease "
},
"authors": "NetEase IM Team",
"source": {
"http": "https://yx-web-nosdn.netease.im/package/1729222520844/NEMeetingKit_iOS_v4.8.2.zip?download=NEMeetingKit_iOS_v4.8.2.zip"
},
"platforms": {
"ios": "12.0"
},
"dependencies": {
"NEDyldYuv": [
"~> 0.0.1"
],
"NEJsonModel": [

],
"YXAlog": [
"~> 1.0.7"
]
},
"vendored_frameworks": "**/*.framework",
"default_subspecs": [
"Base",
"Beauty",
"Segment",
"Audio",
"Video",
"ScreenShare"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"subspecs": [
{
"name": "Base",
"vendored_frameworks": "**/*.framework",
"dependencies": {
"NERoomKit/Base": [
"1.31.1"
]
}
},
{
"name": "Segment",
"dependencies": {
"NERoomKit/Segment": [
"1.31.1"
]
}
},
{
"name": "Beauty",
"dependencies": {
"NERoomKit/Beauty": [
"1.31.1"
]
}
},
{
"name": "Audio",
"dependencies": {
"NERoomKit/Audio": [
"1.31.1"
]
}
},
{
"name": "Video",
"dependencies": {
"NERoomKit/Video": [
"1.31.1"
]
}
},
{
"name": "ScreenShare",
"dependencies": {
"NERoomKit/ScreenShare": [
"1.31.1"
]
}
},
{
"name": "Base_Special",
"vendored_frameworks": "**/*.framework",
"dependencies": {
"NERoomKit/Base_Special": [
"1.31.1"
]
}
},
{
"name": "Segment_Special",
"dependencies": {
"NERoomKit/Segment_Special": [
"1.31.1"
]
}
},
{
"name": "Beauty_Special",
"dependencies": {
"NERoomKit/Beauty_Special": [
"1.31.1"
]
}
},
{
"name": "Audio_Special",
"dependencies": {
"NERoomKit/Audio_Special": [
"1.31.1"
]
}
},
{
"name": "Video_Special",
"dependencies": {
"NERoomKit/Video_Special": [
"1.31.1"
]
}
},
{
"name": "ScreenShare_Special",
"dependencies": {
"NERoomKit/ScreenShare_Special": [
"1.31.1"
]
}
},
{
"name": "Special_All",
"dependencies": {
"NEMeetingKit/Base_Special": [

],
"NEMeetingKit/Beauty_Special": [

],
"NEMeetingKit/Segment_Special": [

],
"NEMeetingKit/Audio_Special": [

],
"NEMeetingKit/Video_Special": [

],
"NEMeetingKit/ScreenShare_Special": [

]
}
}
]
}

0 comments on commit 2e30d51

Please sign in to comment.