Skip to content

Commit

Permalink
[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjundev authored and CocoaPodsBot committed Dec 20, 2024
1 parent 6ba54e0 commit 7ccf87c
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "RapidKitFoundation_MacOS",
"version": "2024.1220.1144.617",
"summary": "Real-time Audio-visual Platform for IoT Devices",
"description": "Real-time Audio-visual Platform for IoT Devices by tange-ai",
"homepage": "https://www.qq.com/",
"license": {
"type": "MIT",
"file": "Release/LICENSE"
},
"authors": {
"TANGE.AI": "[email protected]"
},
"source": {
"http": "https://icam-media-cloud-user-public.oss-cn-shenzhen.aliyuncs.com/RAPID_RELEASE/RapidKitFoundation_MacOS/Rapid-2024.1220.1144.617.zip"
},
"platforms": {
"osx": "10.14"
},
"swift_versions": "5.0",
"vendored_frameworks": "Release/Rapid.framework",
"frameworks": [
"CoreVideo"
],
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/native/include/",
"LIBRARY_SEARCH_PATHS": "$(inherited) $(SRCROOT)/native/libs/**",
"LD_RUNPATH_SEARCH_PATHS": "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"
},
"user_target_xcconfig": {
"ARCHS": "arm64"
},
"swift_version": "5.0"
}

0 comments on commit 7ccf87c

Please sign in to comment.