-
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
c287745
commit 2e30d51
Showing
1 changed file
with
163 additions
and
0 deletions.
There are no files selected for viewing
163 changes: 163 additions & 0 deletions
163
Specs/b/0/0/NEMeetingKit/4.8.2/NEMeetingKit.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,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": [ | ||
|
||
] | ||
} | ||
} | ||
] | ||
} |