blob: 44dfda1eced86b43ff405dc78ee78fa9ff44b933 [file] [log] [blame]
{
"name": "XMVideoRecorder",
"version": "0.0.1",
"summary": "iOS camera engine,real-time processing CVPixelBuffer from camera,preview and generate video.",
"homepage": "https://github.com/xuming120/XMVideoRecorder",
"license": "MIT",
"authors": {
"徐铭": "xuming120@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xuming120/XMVideoRecorder.git",
"tag": "0.0.1"
},
"source_files": "Source",
"frameworks": [
"Foundation",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"CoreImage",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"OpenGLES",
"UIKit"
],
"requires_arc": true
}