blob: 3152e28c1e9f5b0471b4d2215aa3290bda72cddd [file] [log] [blame]
{
"name": "VideoCast",
"version": "0.1.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Source/**/*.{swift,h,metal}",
"SRT/*.{h,cpp}",
"SRT/Includes/*.h"
],
"public_header_files": [
"SRT/Includes/*.h",
"SRT/udt_wrapper.h",
"Source/System/ShaderDefinitions.h"
],
"vendored_libraries": "SRT/*.a",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": "5.0",
"swift_version": "5.0"
}