blob: 2503e1732b7a4123f30b77842a27cb03747d3d57 [file] [log] [blame]
{
"name": "VideoCast",
"version": "0.1.2",
"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.2"
},
"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": "4.1.2",
"swift_version": "4.1.2"
}