blob: 8e306788153b798379844fd875aa62e6b152b841 [file] [log] [blame]
{
"name": "HaishinKit-Straas",
"version": "1.0.9",
"summary": "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.",
"swift_versions": "5.0",
"description": "HaishinKit. Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.",
"homepage": "https://github.com/Straas/HaishinKit.swift",
"license": "New BSD",
"authors": {
"iKala": "contact@ikala.tv"
},
"source": {
"git": "https://github.com/Straas/HaishinKit.swift.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.2"
},
"ios": {
"source_files": "Platforms/iOS/*.{h,swift}"
},
"osx": {
"source_files": "Platforms/macOS/*.{h,swift}"
},
"tvos": {
"source_files": "Platforms/tvOS/*.{h,swift}"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Logboard": [
"~> 2.1.2"
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "GLES_SILENCE_DEPRECATION"
},
"swift_version": "5.0"
}