blob: f3a4695822f969fb94dff71b03a8dc27aec316aa [file] [log] [blame]
{
"name": "VideoCore",
"version": "0.2.2",
"summary": "An audio and video manipulation and streaming pipeline with support for RTMP.",
"description": " This is a work-in-progress library with the\n intention of being an audio and video manipulation\n and streaming pipeline for iOS.\n",
"homepage": "https://github.com/jgh-/VideoCore",
"license": "MIT",
"authors": {
"James Hurley": "jamesghurley@gmail.com"
},
"source": {
"git": "https://github.com/jgh-/VideoCore.git",
"tag": "0.2.2"
},
"requires_arc": false,
"header_dir": "videocore",
"header_mappings_dir": ".",
"source_files": [
"mixers/**/*.h*",
"mixers/**/*.cpp",
"mixers/**/*.m*",
"rtmp/**/*.h*",
"rtmp/**/*.cpp",
"rtmp/**/*.m*",
"sources/**/*.h*",
"sources/**/*.cpp",
"sources/**/*.m*",
"stream/**/*.h*",
"stream/**/*.cpp",
"stream/**/*.m*",
"system/**/*.h*",
"system/**/*.cpp",
"system/**/*.m*",
"transforms/**/*.h*",
"transforms/**/*.cpp",
"transforms/**/*.m*",
"api/**/*.h*",
"api/**/*.m*"
],
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreMedia",
"CoreVideo",
"OpenGLES",
"Foundation",
"CoreGraphics"
],
"libraries": "c++",
"dependencies": {
"boost": [
"~> 1.51.0"
],
"glm": [
"~> 0.9.4.6"
],
"UriParser-cpp": [
"~> 0.1.3"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
},
"platforms": {
"ios": "5.0"
}
}