-
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
25a5a4c
commit 3a0e534
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
Specs/7/4/f/TIoTLinkVideo/2.4.46/TIoTLinkVideo.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,47 @@ | ||
{ | ||
"name": "TIoTLinkVideo", | ||
"version": "2.4.46", | ||
"summary": "腾讯连连Video SDK是腾讯云物联网平台提供,应用开发厂商可通过该 SDK 快速搭建起 OEM 版本 APP,进行物联网音视频业务开发", | ||
"description": "在腾讯云物联网开发平台中,APP通过接入Video SDK来实现与智能IPC设备的连接,和通过物联网平台对智能IPC设备进行管理。", | ||
"homepage": "https://github.com/tencentyun/iot-link-ios", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"iot-ios-sdk": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/tencentyun/iot-link-ios.git", | ||
"tag": "video-v2.4.46" | ||
}, | ||
"platforms": { | ||
"ios": "9.0" | ||
}, | ||
"static_framework": true, | ||
"source_files": "Source/SDK/LinkVideo/**/*.{h,m,c,mm}", | ||
"resources": "Source/SDK/LinkVideo/FLV/asset/GvoiceSE_v1_239-119-oneref-e.nn", | ||
"dependencies": { | ||
"TIoTLinkKit_XP2P": [ | ||
"2.4.53" | ||
], | ||
"TIoTLinkKit_FLV": [ | ||
"2.2.3" | ||
], | ||
"CocoaAsyncSocket": [ | ||
"7.6.5" | ||
], | ||
"TIoTLinkKit_SoundTouch": [ | ||
"1.0.0" | ||
], | ||
"TIoTLinkKit_GVoiceSE": [ | ||
">= 1.0.9" | ||
], | ||
"TPCircularBuffer": [ | ||
"1.6.1" | ||
] | ||
}, | ||
"pod_target_xcconfig": { | ||
"VALID_ARCHS": "arm64" | ||
} | ||
} |