blob: 36e3ed9c58506764a0d056da95fdbafa0399bf45 [file] [log] [blame]
{
"name": "VideoCast",
"version": "0.0.1",
"license": "MIT",
"summary": "A framework for broadcasting live video",
"homepage": "https://github.com/openfresh/VideoCast-Swift",
"authors": {
"Tomohiro Matsuzawa": "thmatuza75@hotmail.com"
},
"source": {
"git": "https://github.com/openfresh/VideoCast-Swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Source/**/*.swift",
"SRT/*.{h,cpp}",
"SRT/Includes/*.h"
],
"public_header_files": [
"SRT/Includes/*.h",
"SRT/udt_wrapper.h"
],
"vendored_libraries": "SRT/*.a",
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreMedia",
"CoreVideo",
"OpenGLES",
"Foundation",
"CoreGraphics"
],
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
},
"pushed_with_swift_version": "4.0"
}