blob: 3f5bf16b795e11691b7b86eb242c9044bf8762e4 [file] [log] [blame]
{
"name": "UCloudMediaRecorder",
"version": "1.0.5",
"summary": "UCloudMediaRecorder is used to recorder audio or video",
"description": "it is used for recording audio or video.audio is done with effect,and video is done with filters",
"homepage": "https://github.com/umdk/UCloudMediaRecorder",
"license": "MIT",
"authors": {
"hutuyingxiong": "2398585702@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/umdk/UCloudMediaRecorder.git",
"tag": "1.0.5"
},
"source_files": [
"UCloudMediaRecorder/*.{h,m}",
"UCloudMediaRecorder/include/UCloudGPUImage/*.h",
"UCloudMediaRecorder/include/UCloudGPUImage/**/*.h"
],
"public_header_files": [
"UCloudMediaRecorder/*.h",
"UCloudMediaRecorder/include/UCloudGPUImage/*.h",
"UCloudMediaRecorder/include/UCloudGPUImage/**/*.h"
],
"vendored_libraries": "UCloudMediaRecorder/*.a",
"requires_arc": true
}