-
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.
[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
- Loading branch information
1 parent
6ba54e0
commit 7ccf87c
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
...s/8/3/a/RapidKitFoundation_MacOS/2024.1220.1144.617/RapidKitFoundation_MacOS.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,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" | ||
} |